docs(toh-5): revert snippet indentation (#3487)

This commit is contained in:
Jesús Rodríguez 2017-04-01 20:32:39 +02:00 committed by Ward Bell
parent 4f87145170
commit 6f17693022
1 changed files with 5 additions and 5 deletions

View File

@ -57,12 +57,12 @@ include ../../../_includes/_see-addr-bar
## Keep the app transpiling and running
Enter the following command in the terminal window:
code-example(language="sh" class="code-shell").
npm start
code-example(language="sh" class="code-shell").
npm start
:marked
This command runs the TypeScript compiler in "watch mode", recompiling automatically when the code changes.
The command simultaneously launches the app in a browser and refreshes the browser when the code changes.
:marked
This command runs the TypeScript compiler in "watch mode", recompiling automatically when the code changes.
The command simultaneously launches the app in a browser and refreshes the browser when the code changes.
:marked
You can keep building the Tour of Heroes without pausing to recompile or refresh the browser.