diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 2396b2416c51..09c7fc2dc471 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');