mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-07 16:40:59 +00:00
Fix small typo in docs widget (tutorial instructions)
This commit is contained in:
parent
5dbf0cc8a2
commit
f370be85cb
1 changed files with 2 additions and 2 deletions
|
|
@ -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>' +
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue