Skip to content

Commit

Permalink
docs(router): fixed a typo in CanLoad title text (#27894)
Browse files Browse the repository at this point in the history
 * 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
  • Loading branch information
karanveersp authored and AndrewKushnir committed Jan 11, 2019
1 parent bccf8da commit 26a8c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/src/interfaces.ts
Expand Up @@ -337,7 +337,7 @@ export interface Resolve<T> {
/**
* @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 {}
Expand Down

0 comments on commit 26a8c09

Please sign in to comment.