style(router): fix typo in router preloader method
This commit is contained in:
parent
7764c5c697
commit
7b005aadc1
|
@ -31,7 +31,7 @@ export abstract class PreloadingStrategy {
|
|||
}
|
||||
|
||||
/**
|
||||
* @whatItDoes Provides a preloading strategy that preloads all modules as quicky as possible.
|
||||
* @whatItDoes Provides a preloading strategy that preloads all modules as quickly as possible.
|
||||
*
|
||||
* @howToUse
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue