style(router): fix typo in router preloader method

This commit is contained in:
Ethan Veres
2017-04-03 14:23:17 -04:00
committed by Hans Larsen
parent 0861fda69c
commit 037805b741

View File

@ -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
*