Skip to content

Commit b097d16

Browse files
authored
docs: fix a typo
1 parent a5c1a1d commit b097d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/essentials/navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ When specifying `params`, make sure to either provide a `string` or `number` (or
6060

6161
Since the prop `to` accepts the same kind of object as `router.push`, the exact same rules apply to both of them.
6262

63-
`router.push` and all the other navigation methods return a _Promise_ that allows us to wait til the navigation is finished and to know if it succeeded or failed. We will talk more about that in [Navigation Handling](../advanced/navigation-failures.md).
63+
`router.push` and all the other navigation methods return a _Promise_ that allows us to wait till the navigation is finished and to know if it succeeded or failed. We will talk more about that in [Navigation Handling](../advanced/navigation-failures.md).
6464

6565
## Replace current location
6666

0 commit comments

Comments
 (0)