From 38702a89948f107a0d9a0970d7718557f8aa1711 Mon Sep 17 00:00:00 2001 From: AlexisPin <72150908+AlexisPin@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:03:08 +0100 Subject: [PATCH] docs: minor typo in code-based-routing.md (#3043) --- docs/framework/react/guide/code-based-routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/react/guide/code-based-routing.md b/docs/framework/react/guide/code-based-routing.md index 398a5a24fb..c1e9a628e9 100644 --- a/docs/framework/react/guide/code-based-routing.md +++ b/docs/framework/react/guide/code-based-routing.md @@ -310,7 +310,7 @@ const routeTree = rootRoute.addChildren([ ]) ``` -Now both `/layout-a` and `/layout-b` will render the their contents inside of the `LayoutComponent`: +Now both `/layout-a` and `/layout-b` will render their contents inside of the `LayoutComponent`: ```tsx // URL: /layout-a