Skip to content

Commit 9d7c536

Browse files
juukieyyx990803
authored andcommitted
Fix typos
1 parent 2f264af commit 9d7c536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/pipeline/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ We can divide a route transition pipeline into three phases:
3838

3939
Note the `canDeactivate` check bubbles bottom-up, while the `canActivate` check is top-down.
4040

41-
Any of these hooks can potentially abort the transition. If a transition is aborted during the validation phase, the router preserve current app state and restore the previous path.
41+
Any of these hooks can potentially abort the transition. If a transition is aborted during the validation phase, the router preserves the current app state and restores the previous path.
4242

4343
3. **Activation phase:**
4444

0 commit comments

Comments
 (0)