diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 2396b2416c51..a036b4065e45 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -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'); @@ -255,4 +255,4 @@ to the app. [jasmine]: http://jasmine.github.io/ [jasmine-docs]: http://jasmine.github.io/1.3/introduction.html -[karma]: http://karma-runner.github.io/ \ No newline at end of file +[karma]: http://karma-runner.github.io/