From 66bcb6c0f7123f511baecf85e20296dfb6584c4a Mon Sep 17 00:00:00 2001 From: Ryan Florence Date: Mon, 8 Nov 2021 15:08:34 -0700 Subject: [PATCH] chore(docs): incorrect information --- docs/getting-started/concepts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/concepts.md b/docs/getting-started/concepts.md index d28de486f0..109c514f23 100644 --- a/docs/getting-started/concepts.md +++ b/docs/getting-started/concepts.md @@ -564,11 +564,11 @@ The `Outlet` component will always render the next match. That means `` a If the URL were `/contact-us`, the element tree would change to: ```jsx - - - + ``` +Because the contact form is not under the main `` route. + If the URL were `/teams/firebirds/edit`, the element tree would change to: ```jsx