From 983feeb3dadc9617448d30be7e1a2aa84f38d750 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Mon, 14 Aug 2023 10:36:04 +0200 Subject: [PATCH] Fix typo in partial navigation section (#53981) Noticed a small typo, this fixed it. --- .../01-routing/03-linking-and-navigating.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-app/01-building-your-application/01-routing/03-linking-and-navigating.mdx b/docs/02-app/01-building-your-application/01-routing/03-linking-and-navigating.mdx index fd030838ba921..4bd216e4f074b 100644 --- a/docs/02-app/01-building-your-application/01-routing/03-linking-and-navigating.mdx +++ b/docs/02-app/01-building-your-application/01-routing/03-linking-and-navigating.mdx @@ -188,7 +188,7 @@ Learn more about how the [Router Cache](/docs/app/building-your-application/data Partial rendering means only the route segments that change on navigation re-render on the client, and any shared segments are preserved. -For example, when navigating between two sibling routes, `/dashboard/settings` and `/dashboard/analytics`, the `settings` and `analytics` pages will be rendered, and the shared `dashboard` layout will be preseved. +For example, when navigating between two sibling routes, `/dashboard/settings` and `/dashboard/analytics`, the `settings` and `analytics` pages will be rendered, and the shared `dashboard` layout will be preserved.