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

Commit f1a75a4

Browse files
Christopher-Rainsbtford
authored andcommitted
docs(tutorial/step_02): fix formatting
1 parent c59bee5 commit f1a75a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_02.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ browser is limited, which results in your karma tests running extremely slow.
233233

234234
Refresh your browser and verify that it says "Hello, World!".
235235

236-
* Update the unit test for the controller in ./test/unit/controllersSpec.js to reflect the previous change. For example by adding:
236+
* Update the unit test for the controller in `./test/unit/controllersSpec.js` to reflect the previous change. For example by adding:
237237

238238
expect(scope.name).toBe('World');
239239

@@ -251,7 +251,7 @@ browser is limited, which results in your karma tests running extremely slow.
251251
<tr ng-repeat="i in [0, 1, 2, 3, 4, 5, 6, 7]"><td>{{i+1}}</td></tr>
252252
</table>
253253

254-
Extra points: try and make an 8x8 table using an additional ng-repeat.
254+
Extra points: try and make an 8x8 table using an additional `ng-repeat`.
255255

256256
* Make the unit test fail by changing `expect(scope.phones.length).toBe(3)` to instead use `toBe(4)`.
257257

0 commit comments

Comments
 (0)