docs(QuickStart): Fix typo in file structure
This commit is contained in:
parent
003375da4d
commit
4c7287b3e6
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue