Skip to content

Commit 29fc640

Browse files
trainiacposva
authored andcommitted
Update navigation-guards.md
Be consistent with referring to guard function names.
1 parent b3592b6 commit 29fc640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/advanced/navigation-guards.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ beforeRouteLeave (to, from, next) {
140140
## The Full Navigation Resolution Flow
141141

142142
1. Navigation triggered.
143-
2. Call leave guards in deactivated components.
143+
2. Call `beforeRouteLeave` guards in deactivated components.
144144
3. Call global `beforeEach` guards.
145145
4. Call `beforeRouteUpdate` guards in reused components.
146146
5. Call `beforeEnter` in route configs.

0 commit comments

Comments
 (0)