Skip to content

Commit 8c798c9

Browse files
committed
moar typos
1 parent ef22f22 commit 8c798c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ Here's how it works:
119119
them with a React component to handle the route when its active.
120120

121121
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.
122+
activate the entire tree of routes on that branch, nesting all the
123+
UI.
124124

125125
3. You access the active route handler in the props of the parent route.
126126

0 commit comments

Comments
 (0)