Skip to content

Commit 8d7e7a0

Browse files
sfabriecenaomiblack
authored andcommitted
fixed a formatting typo on line 1015
1 parent 28b5316 commit 8d7e7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/router.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ h2#guards Route Guards
10241024
These are all asynchronous operations.
10251025

10261026
Accordingly, a routing guard can return an `Observable<boolean>` and the
1027-
router will wait for the observable to resolve to `true` or `false.
1027+
router will wait for the observable to resolve to `true` or `false`.
10281028

10291029
The router supports two kinds of guards:
10301030

0 commit comments

Comments
 (0)