Skip to content

Commit f34de0b

Browse files
pixmincaitp
authored andcommitted
docs(tutorial): fixed path to controllersSpec.js file
☆.。.:*・゜☆ DOMO ARIGATO MR ROBOTO ☆.。.:*・゜☆ Closes angular#7504
1 parent 95cdb53 commit f34de0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_02.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ To run the tests, and then watch the files for changes: `npm test`.
223223

224224
Refresh your browser and verify that it says "Hello, World!".
225225

226-
* Update the unit test for the controller in ./tests/unit/controllersSpec.js to reflect the previous change. For example by adding:
226+
* Update the unit test for the controller in ./test/unit/controllersSpec.js to reflect the previous change. For example by adding:
227227

228228
expect(scope.name).toBe('World');
229229

0 commit comments

Comments
 (0)