Skip to content

Commit dc1182d

Browse files
authored
Update navigation-guards.md
Be consistent with referring to guard function names.
1 parent 83443ed commit dc1182d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/advanced/navigation-guards.md

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

144144
1. Navigation triggered.
145-
2. Call leave guards in deactivated components.
145+
2. Call `beforeRouteLeave` guards in deactivated components.
146146
3. Call global `beforeEach` guards.
147147
4. Call `beforeRouteUpdate` guards in reused components (2.2+).
148148
5. Call `beforeEnter` in route configs.

0 commit comments

Comments
 (0)