From 6f1769302242ac53a762873a25c504a104b73708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Rodr=C3=ADguez?= Date: Sat, 1 Apr 2017 20:32:39 +0200 Subject: [PATCH] docs(toh-5): revert snippet indentation (#3487) --- public/docs/ts/latest/tutorial/toh-pt5.jade | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt5.jade b/public/docs/ts/latest/tutorial/toh-pt5.jade index 6a559d803e..524274600a 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -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.