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 Alex Rickabaugh
parent 7764c5c697
commit 7b005aadc1

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