docs(router): fixed a typo in CanLoad title text (#27894)

* Interface that a class can implement to be a guard deciding if a children can be loaded.
'...if a children...' changed to '...if children...'
 * Interface that a class can implement to be a guard deciding if children can be loaded.

PR Close #27894
This commit is contained in:
Karanveer Plaha 2019-01-02 15:42:46 -05:00 committed by Andrew Kushnir
parent bccf8da35f
commit 26a8c095d0
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ export interface Resolve<T> {
/** /**
* @description * @description
* *
* Interface that a class can implement to be a guard deciding if a children can be loaded. * Interface that a class can implement to be a guard deciding if children can be loaded.
* *
* ``` * ```
* class UserToken {} * class UserToken {}