Skip to content

Commit e75a708

Browse files
committed
Merge pull request #3467 from ahstro/patch-1
Missing word in upgrade guide
2 parents a0d460c + 410cc8d commit e75a708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade-guides/v2.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ You don't need to manually tear down the route leave hook in most cases. We auto
179179

180180
## Programmatic Navigation
181181

182-
There were several ways to get a hold of the history object to navigate around (see above :P) 1.0. In 2.0, where you once had a `history`, you now have a `router` to navigate instead (only from context) with a better signature.
182+
There were several ways to get a hold of the history object to navigate around (see above :P) in 1.0. In 2.0, where you once had a `history`, you now have a `router` to navigate instead (only from context) with a better signature.
183183

184184
```js
185185
// v1.0.x

0 commit comments

Comments
 (0)