docs(quickstart): fix typo

closes #2158
This commit is contained in:
Jesús Rodríguez 2016-08-21 22:50:16 +02:00 committed by Ward Bell
parent 9ec4cbf3a4
commit 00a508aa63
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ block create-main
1. Angular's browser `!{_platformBrowserDynamicVsBootStrap}` function
1. The application !{_moduleVsRootComp}, `!{_AppModuleVsAppComp}`.
Then we call `!{_pBD_bootstrapModule}` with `AppComponent`.
Then we call `!{_pBD_bootstrapModule}` with `AppModule`.
### Bootstrapping is platform-specific