From 9666ced0a0ccb00a4d97e581a7b3c0d8d683a05e Mon Sep 17 00:00:00 2001 From: Ruben Vicario Gonzalez Date: Sat, 13 Dec 2014 21:12:03 -0800 Subject: [PATCH] fix typo Add comma after "For instance" Before: For instance to install the Bower command line executable you would do: After: For instance, to install the Bower command line executable you would do: --- docs/content/tutorial/index.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 7f953ea5e627..af6943387d42 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -160,7 +160,7 @@ globally and run directly from a terminal/command prompt. You don't need to do t tutorial, but if you decide you do want to run them directly, you can install these modules globally using, `sudo npm install -g ...`. -For instance to install the Bower command line executable you would do: +For instance, to install the Bower command line executable you would do: ``` sudo npm install -g bower