diff --git a/apps/documentation/src/routes/documentation/tutorial/dynamic-routes.mdx b/apps/documentation/src/routes/documentation/tutorial/dynamic-routes.mdx index aeef93cc..2a0cb13e 100644 --- a/apps/documentation/src/routes/documentation/tutorial/dynamic-routes.mdx +++ b/apps/documentation/src/routes/documentation/tutorial/dynamic-routes.mdx @@ -21,7 +21,7 @@ import Breadcrumbs, { Element } from '../../../components/breadcrumbs' The homepage is ready. We have the full list of Pokémon and they are all links. Great! -Now we want to make those links actually point to a real page. Let’s create the \_\_ route. +Now we want to make those links actually point to a real page. Let’s create the dynamic route. Create the folder `routes/pokemons` and then create the two files `[pokemon].tsx` and `[pokemon].rs`.