From 7ea28c4fd37e273caf12c41fee9f9df8fd5544a6 Mon Sep 17 00:00:00 2001 From: Valerio Ageno Date: Sun, 10 Nov 2024 09:50:47 +0100 Subject: [PATCH] fix: documentation typo --- .../src/routes/documentation/tutorial/dynamic-routes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.