Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 6f17693

Browse files
Foxandxsswardbell
authored andcommitted
docs(toh-5): revert snippet indentation (#3487)
1 parent 4f87145 commit 6f17693

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

public/docs/ts/latest/tutorial/toh-pt5.jade

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ include ../../../_includes/_see-addr-bar
5757
## Keep the app transpiling and running
5858
Enter the following command in the terminal window:
5959

60-
code-example(language="sh" class="code-shell").
61-
npm start
60+
code-example(language="sh" class="code-shell").
61+
npm start
6262

63-
:marked
64-
This command runs the TypeScript compiler in "watch mode", recompiling automatically when the code changes.
65-
The command simultaneously launches the app in a browser and refreshes the browser when the code changes.
63+
:marked
64+
This command runs the TypeScript compiler in "watch mode", recompiling automatically when the code changes.
65+
The command simultaneously launches the app in a browser and refreshes the browser when the code changes.
6666

6767
:marked
6868
You can keep building the Tour of Heroes without pausing to recompile or refresh the browser.

0 commit comments

Comments
 (0)