Skip to content

Commit 2f8bc25

Browse files
Fix grammar mistake (#8995)
* Fix grammar mistake * Update contributors.yml
1 parent ab752d2 commit 2f8bc25

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
@@ -69,3 +69,4 @@
6969
- vijaypushkin
7070
- vikingviolinist
7171
- xcsnowcity
72+
- souzasmatheus

docs/getting-started/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ root.render(
4646
);
4747
```
4848

49-
In previous versions of React Router you had to order your routes a certain way to get the right one to render when multiple routes matched an ambiguous URL. V6 is a lot smarter and will pick the most specific match so you don't have to worry about that anymore. For example, the URL `/teams/new` matches both of these route:
49+
In previous versions of React Router you had to order your routes a certain way to get the right one to render when multiple routes matched an ambiguous URL. V6 is a lot smarter and will pick the most specific match so you don't have to worry about that anymore. For example, the URL `/teams/new` matches both of these routes:
5050

5151
```jsx
5252
<Route path="teams/:teamId" element={<Team />} />

0 commit comments

Comments
 (0)