From 4c7287b3e60bc57f84a43d190a7a22e2d5f39ca8 Mon Sep 17 00:00:00 2001 From: Tay Yang Shun Date: Thu, 17 Dec 2015 00:43:45 +0800 Subject: [PATCH] docs(QuickStart): Fix typo in file structure --- public/docs/js/latest/quickstart.jade | 3 +-- public/docs/ts/latest/quickstart.jade | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade index b9135b57f4..47328af9a6 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -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. diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 0e1e334a0b..7805b6eb91 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -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.