Skip to content

Commit

Permalink
docs(tutorial): fixed path to controllersSpec.js file
Browse files Browse the repository at this point in the history
☆.。.:*・゜☆ DOMO ARIGATO MR ROBOTO ☆.。.:*・゜☆

Closes angular#7504
  • Loading branch information
pixmin authored and caitp committed May 20, 2014
1 parent 95cdb53 commit f34de0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_02.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ To run the tests, and then watch the files for changes: `npm test`.

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

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

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

Expand Down

0 comments on commit f34de0b

Please sign in to comment.