diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index 817912f031..6c33f329f0 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -1024,7 +1024,7 @@ h2#guards Route Guards These are all asynchronous operations. Accordingly, a routing guard can return an `Observable` 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: