Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f370be8

Browse files
committed
Fix small typo in docs widget (tutorial instructions)
1 parent 5dbf0cc commit f370be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/templates/doc_widgets.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@
119119
'<ol>' +
120120
'<li><p>Reset the workspace to step {step}.</p>' +
121121
'<pre><code> git checkout -f step-{step}</code></pre></li>' +
122-
'<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>' +
122+
'<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>' +
123123
'</ol>' +
124124
'</div>' +
125125

126126
'<div ng:show="selected==\'ss-mac\'">' +
127127
'<ol>' +
128128
'<li><p>Reset the workspace to step {step}.</p>' +
129129
'<pre><code> ./goto_step.sh {step}</code></pre></li>' +
130-
'<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>' +
130+
'<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>' +
131131
'</ol>' +
132132
'</div>' +
133133

0 commit comments

Comments
 (0)