Skip to content

Commit 98b8d12

Browse files
F21taion
authored andcommitted
Fix typo in v2.2.0 upgrade guide. (#3301)
1 parent 581f4a4 commit 98b8d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade-guides/v2.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ getComponent(nextState, cb) {
2020
}
2121
```
2222

23-
However, you new also have access to the matched `params` on `nextState`, and can use those to determine which component to return.
23+
However, you now also have access to the matched `params` on `nextState`, and can use those to determine which component to return.
2424

2525
You will still be able to access location properties directly on `nextState` until the next breaking release (and in fact they will shadow router state properties, if applicable), but this will case a deprecation warning in development mode.

0 commit comments

Comments
 (0)