aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojta Jina2011-06-10 18:30:55 +0200
committerVojta Jina2011-06-10 18:30:55 +0200
commitf370be85cb680a7cac7a23999a865b9c9e731238 (patch)
treedc86a3ddcf844ac890c8f12d7422783e2e8c597b
parent5dbf0cc8a28fe5ab5503c45129444cbc59b6bd1f (diff)
downloadangular.js-f370be85cb680a7cac7a23999a865b9c9e731238.tar.bz2
Fix small typo in docs widget (tutorial instructions)
-rw-r--r--docs/src/templates/doc_widgets.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/templates/doc_widgets.js b/docs/src/templates/doc_widgets.js
index 0e12fee8..5516da26 100644
--- a/docs/src/templates/doc_widgets.js
+++ b/docs/src/templates/doc_widgets.js
@@ -119,7 +119,7 @@
'<ol>' +
'<li><p>Reset the workspace to step {step}.</p>' +
'<pre><code> git checkout -f step-{step}</code></pre></li>' +
- '<li><p>Refresh your browser or check the app out on <a href="http://angular.github.com/angular-phonecat/step-{step}/app">anglar\'s server</a>.</p></li>' +
+ '<li><p>Refresh your browser or check the app out on <a href="http://angular.github.com/angular-phonecat/step-{step}/app">angular\'s server</a>.</p></li>' +
'</ol>' +
'</div>' +
@@ -127,7 +127,7 @@
'<ol>' +
'<li><p>Reset the workspace to step {step}.</p>' +
'<pre><code> ./goto_step.sh {step}</code></pre></li>' +
- '<li><p>Refresh your browser or check the app out on <a href="http://angular.github.com/angular-phonecat/step-{step}/app">anglar\'s server</a>.</p></li>' +
+ '<li><p>Refresh your browser or check the app out on <a href="http://angular.github.com/angular-phonecat/step-{step}/app">angular\'s server</a>.</p></li>' +
'</ol>' +
'</div>' +