docs(QuickStart): Fix typo in file structure

This commit is contained in:
Tay Yang Shun 2015-12-17 00:43:45 +08:00 committed by Ward Bell
parent 003375da4d
commit 4c7287b3e6
2 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,6 @@ figure.image-display
img(src='/resources/images/devguide/quickstart/my-first-app.png' alt="Output of quickstart app")
:marked
Here is the file structure:
.filetree
.file angular2-quickstart
.children
@ -31,7 +30,7 @@ figure.image-display
.children
.file app.component.js
.file boot.js
.file index.htm
.file index.html
.file license.md
:marked
Functionally, it's an `index.html` and two JavaScript files in an `app/` folder.

View File

@ -30,7 +30,7 @@ figure.image-display
.children
.file app.component.ts
.file boot.ts
.file index.htm
.file index.html
.file license.md
:marked
Functionally, it's an `index.html` and two TypeScript files in an `app/` folder.