fixed a formatting typo on line 1015

This commit is contained in:
Fabriece Sumuni 2016-06-17 23:51:53 +02:00 committed by Naomi Black
parent 28b5316727
commit 8d7e7a0187
1 changed files with 1 additions and 1 deletions

View File

@ -1024,7 +1024,7 @@ h2#guards Route Guards
These are all asynchronous operations.
Accordingly, a routing guard can return an `Observable<boolean>` and the
router will wait for the observable to resolve to `true` or `false.
router will wait for the observable to resolve to `true` or `false`.
The router supports two kinds of guards: