Skip to content

Commit 23991ef

Browse files
shawnflanaganposva
authored andcommitted
Spelling correction (#1369)
Changed `beforeRouteUpadte` to `beforeRouteUpdate`
1 parent 852413d commit 23991ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/advanced/navigation-guards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
As the name suggests, the navigation guards provided by `vue-router` are primarily used to guard navigations either by redirecting it or canceling it. There are a number of ways to hook into the route navigation process: globally, per-route, or in-component.
44

5-
Remember that **params or query changes won't trigger enter/leave navigation guards**. You can either [watch the `$route` object](../essentials/dynamic-matching.md#reacting-to-params-changes) to react to those changes, or use the `beforeRouteUpadte` in-component guard.
5+
Remember that **params or query changes won't trigger enter/leave navigation guards**. You can either [watch the `$route` object](../essentials/dynamic-matching.md#reacting-to-params-changes) to react to those changes, or use the `beforeRouteUpdate` in-component guard.
66

77
### Global Guards
88

0 commit comments

Comments
 (0)