Skip to content

Commit

Permalink
chore(docs): incorrect information
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Nov 8, 2021
1 parent 23fccd1 commit 66bcb6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/concepts.md
Expand Up @@ -564,11 +564,11 @@ The `Outlet` component will always render the next match. That means `<Teams>` a
If the URL were `/contact-us`, the element tree would change to:

```jsx
<App>
<ContactForm />
</App>
<ContactForm />
```

Because the contact form is not under the main `<App>` route.

If the URL were `/teams/firebirds/edit`, the element tree would change to:

```jsx
Expand Down

0 comments on commit 66bcb6c

Please sign in to comment.