diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index e1fe7d86d40f..4cb56174609f 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -106,8 +106,8 @@ directory.

Other commands like test.bat or e2e-test.bat should be executed from the Windows command line.

  • You need an http server running on your system, but if you don't already have one -already installed, you can use node to run scripts\web-server.js, a simple -bundled http server.

  • +already installed, you can use node to run a simple +bundled http server: node scripts\web-server.js.