docs(appmodule): "bootstrap's" typo
This commit is contained in:
Ofer Zelig 2016-11-28 08:50:41 +11:00 committed by Ward Bell
parent e0e2e40217
commit 0203a49bcf
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ l-main-section
+makeExample('setup/ts/app/main.ts','','app/main.ts')(format='.')
:marked
This code creates a browser platform for dynamic (JiT) compilation and
bootstrap's the `AppModule` described above.
bootstraps the `AppModule` described above.
The _bootstrapping_ process sets up the execution environment,
digs the _root_ `AppComponent` out of the module's `bootstrap` array,