Skip to content

Commit 81a0825

Browse files
committed
Fix typo in 2.0.0 upgrade guide
1 parent 8ef6070 commit 81a0825

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
@@ -158,7 +158,7 @@ You don't need to manually tear down the route leave hook in most cases. We auto
158158
### History Mixin
159159
[See below](#navigating-inside-deeply-nested-components)
160160

161-
## Programatic Navigation
161+
## Programmatic Navigation
162162

163163
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.
164164

0 commit comments

Comments
 (0)