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:
parent
9556ba7bca
commit
ae7b3c8d45
@ -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 {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user