From f1ae946f287d6539aee7230fcdac645a386f65f8 Mon Sep 17 00:00:00 2001 From: ahmed osama <76496317+ahmedosama7450@users.noreply.github.com> Date: Tue, 10 Aug 2021 06:52:43 +0200 Subject: [PATCH 1/2] Little typo --- docs/routing/dynamic-routes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/routing/dynamic-routes.md b/docs/routing/dynamic-routes.md index f8a74550610f1..89ec418c75e1f 100644 --- a/docs/routing/dynamic-routes.md +++ b/docs/routing/dynamic-routes.md @@ -145,7 +145,7 @@ For more information on what to do next, we recommend the following sections:
- Pages: + next/Link: Enable client-side transitions with next/link.
From 7ca65eda0cfd3e26fe8585f8268baef681d6e92c Mon Sep 17 00:00:00 2001 From: ahmed osama <76496317+ahmedosama7450@users.noreply.github.com> Date: Tue, 10 Aug 2021 12:55:50 +0200 Subject: [PATCH 2/2] Update docs/routing/dynamic-routes.md Co-authored-by: Jiachi Liu --- docs/routing/dynamic-routes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/routing/dynamic-routes.md b/docs/routing/dynamic-routes.md index 89ec418c75e1f..9f0b7f66517f4 100644 --- a/docs/routing/dynamic-routes.md +++ b/docs/routing/dynamic-routes.md @@ -145,7 +145,7 @@ For more information on what to do next, we recommend the following sections:
- next/Link: + next/link: Enable client-side transitions with next/link.