Skip to content

Commit b191557

Browse files
authoredMay 30, 2024
Fixed a typo in concepts.md (#11601)
1 parent 2ea1ac3 commit b191557

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,4 @@
269269
- yracnet
270270
- yuleicul
271271
- zheng-chuang
272+
- OlegDev1

‎docs/start/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ The `Outlet` component will always render the next match. That means `<Teams>` a
568568
If the URL were `/contact-us`, the element tree would change to:
569569

570570
```jsx
571-
<ContactForm />
571+
<Contact />
572572
```
573573

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

0 commit comments

Comments
 (0)
Please sign in to comment.