diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 1ea3e6114072..22139e5c1c35 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -199,7 +199,7 @@ http://localhost:8000/app/index.html
To serve the web app on a different ip address or port, edit the "start" script within package.json. -You can `-a` to set the address and `-p` to set the port. +You can use `-a` to set the address and `-p` to set the port.
### Running Unit Tests