aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorYang Pengcheng2013-08-21 00:23:42 +0800
committerIgor Minar2013-08-21 02:15:35 -0700
commit2c7df1550cb6c60b5b5459797d250402a3358ff3 (patch)
tree1567409026bdee866361708ab1f5fe34cfcc9638 /docs/content
parentd40884d1b0ce3a393054307a4857689e16016217 (diff)
downloadangular.js-2c7df1550cb6c60b5b5459797d250402a3358ff3.tar.bz2
Update step_00.ngdoc
the <a> is incorrect. there is no space between "a" and "href"
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/tutorial/step_00.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc
index 56ff93c1..0dc6deb8 100644
--- a/docs/content/tutorial/step_00.ngdoc
+++ b/docs/content/tutorial/step_00.ngdoc
@@ -26,8 +26,8 @@ angular-seed, and run the application in the browser.
<ol>
<li>In a <i>separate</i> terminal tab or window, run
<code>node ./scripts/web-server.js</code> to start the web server.</li>
- <li>Open a browser window for the app and navigate to <a
-href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
+ <li>Open a browser window for the app and navigate to <a
+ href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
</ol>
</li>
<li><b>For other http servers:</b>