Skip to content

Commit 505925d

Browse files
jennifer-shehanetimdorr
authored andcommitted
Fix typo (#6343)
1 parent 34ff1f8 commit 505925d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/docs/guides/migrating.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ One thing to note is that the router component must only be given one child elem
6969

7070
## Routes
7171

72-
In v3, the `<Route>` was not really a component. Instead, all of your application's `<Route>` elements were just used to created a route configuration object.
72+
In v3, the `<Route>` was not really a component. Instead, all of your application's `<Route>` elements were just used to create a route configuration object.
7373

7474
```jsx
7575
/// in v3 the element

0 commit comments

Comments
 (0)