Revert "style: fix typos boostrap to bootstrap (#21917)"

This reverts commit 363498b6b4.
This commit is contained in:
Matias Niemelä
2018-02-14 22:56:44 -05:00
parent f628797d91
commit 831592c381
4 changed files with 4 additions and 4 deletions

View File

@ -105,7 +105,7 @@ class Ng1HeroComponentWrapper extends UpgradeComponent implements OnInit, OnChan
imports: [BrowserModule, UpgradeModule]
})
class Ng2AppModule {
ngDoBootstrap() { /* this is a placeholder to stop the bootstrapper from complaining */
ngDoBootstrap() { /* this is a placeholder to stop the boostrapper from complaining */
}
}
// #enddocregion