We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef22f22 commit 8c798c9Copy full SHA for 8c798c9
docs/guides/overview.md
@@ -119,8 +119,8 @@ Here's how it works:
119
them with a React component to handle the route when its active.
120
121
2. React Router will match the deepest route against the URL, and then
122
- then activate the entire tree of routes on that branch, nesting all
123
- the UI.
+ activate the entire tree of routes on that branch, nesting all the
+ UI.
124
125
3. You access the active route handler in the props of the parent route.
126
0 commit comments