aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/index.ngdoc
diff options
context:
space:
mode:
authorebeal2013-08-13 21:39:31 -0700
committerBrian Ford2013-08-14 15:45:15 -0700
commit60af2ec9a43a48660ceef3e624556fe3724f9ee5 (patch)
treecaf510d90ba2a92255ea537b4a4278d9234c6e64 /docs/content/tutorial/index.ngdoc
parent920a3804136d49cdaf7bc2712f5832bc50409dc9 (diff)
downloadangular.js-60af2ec9a43a48660ceef3e624556fe3724f9ee5.tar.bz2
fix(tutorial): fix broken link caused by bad line break
Diffstat (limited to 'docs/content/tutorial/index.ngdoc')
-rw-r--r--docs/content/tutorial/index.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc
index 3c0eebf8..59f17b8d 100644
--- a/docs/content/tutorial/index.ngdoc
+++ b/docs/content/tutorial/index.ngdoc
@@ -64,8 +64,8 @@ and follow the instructions for setting up your computer.
<pre>npm install -g karma</pre>
<li><p>You'll also need Git, which you can get from
<a href="http://git-scm.com/download">the Git site</a>.</p></li>
- <li><p>Clone the angular-phonecat repository located at <a
-href="https://github.com/angular/angular-phonecat">Github</a> by running the following command:</p>
+ <li><p>Clone the angular-phonecat repository located at
+ <a href="https://github.com/angular/angular-phonecat">Github</a> by running the following command:</p>
<pre>git clone git://github.com/angular/angular-phonecat.git</pre>
<p>This command creates the <code>angular-phonecat</code> directory in your current
directory.</p></li>