Skip to content

Commit

Permalink
docs(guards): wording (#2190)
Browse files Browse the repository at this point in the history
Be consistent with referring to guard function names.
  • Loading branch information
trainiac authored and posva committed Aug 23, 2019
1 parent b3592b6 commit fdf5756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/advanced/navigation-guards.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ beforeRouteLeave (to, from, next) {
## The Full Navigation Resolution Flow

1. Navigation triggered.
2. Call leave guards in deactivated components.
2. Call `beforeRouteLeave` guards in deactivated components.
3. Call global `beforeEach` guards.
4. Call `beforeRouteUpdate` guards in reused components.
5. Call `beforeEnter` in route configs.
Expand Down

0 comments on commit fdf5756

Please sign in to comment.