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
bccf8da35f
commit
26a8c095d0
|
@ -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…
Reference in New Issue