Skip to content

Commit 4d46cf7

Browse files
fix: grammatical error in documentation (#10462)
1 parent 852e05a commit 4d46cf7

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
@@ -214,3 +214,4 @@
214214
- yionr
215215
- yuleicul
216216
- zheng-chuang
217+
- babafemij-k

docs/start/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ If all the teams are in a list on the left then an empty outlet means you've got
631631

632632
Another way to think of an index route is that it's the default child route when the parent matches but none of its children do.
633633

634-
Depending on the user interface, you might not need an index route, but if there is any sort of persistent navigation in the parent route you'll most likely want index route to fill the space when the user hasn't clicked one of the items yet.
634+
Depending on the user interface, you might not need an index route, but if there is any sort of persistent navigation in the parent route you'll most likely want an index route to fill the space when the user hasn't clicked one of the items yet.
635635

636636
### Layout Routes
637637

0 commit comments

Comments
 (0)