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