Skip to content

Commit 66bcb6c

Browse files
committed
chore(docs): incorrect information
1 parent 23fccd1 commit 66bcb6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started/concepts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,11 +564,11 @@ The `Outlet` component will always render the next match. That means `<Teams>` a
564564
If the URL were `/contact-us`, the element tree would change to:
565565

566566
```jsx
567-
<App>
568-
<ContactForm />
569-
</App>
567+
<ContactForm />
570568
```
571569

570+
Because the contact form is not under the main `<App>` route.
571+
572572
If the URL were `/teams/firebirds/edit`, the element tree would change to:
573573

574574
```jsx

0 commit comments

Comments
 (0)