style: fix typos boostrap to bootstrap (#21917)

PR Close #21917
This commit is contained in:
Adrien Boullé
2018-01-30 21:46:38 +01:00
committed by Victor Berchet
parent a1d86daa71
commit 020338230f
4 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ import {bootstrap, html, multiTrim} from '../test_helpers';
imports: [BrowserModule, UpgradeModule]
})
class Ng2Module {
ngDoBootstrap() { /* this is a placeholder to stop the boostrapper from complaining */
ngDoBootstrap() { /* this is a placeholder to stop the bootstrapper from complaining */
}
}