docs(quickstart): make a few corrections

closes #956
This commit is contained in:
Foxandxss
2016-03-12 20:46:47 +01:00
committed by Ward Bell
parent b5ea1d8f68
commit b3eb189ec3
2 changed files with 10 additions and 12 deletions
@@ -1,7 +1,7 @@
// #docregion
import {bootstrap} from 'angular2/platform/browser'
import {bootstrap} from 'angular2/platform/browser';
// #docregion app-component
import {AppComponent} from './app.component'
import {AppComponent} from './app.component';
// #enddocregion app-component
bootstrap(AppComponent);