diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 85fcfbb61b1b..fd4137f2b0ff 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -148,7 +148,7 @@ tests in Angular so that developers are encouraged to write them. ### Testing non-Global Controllers In practice, you will not want to have your controller functions in the global namespace. Instead, -you can see that we have registered it via an anonymous constructor function on the `phoneCatApp` +you can see that we have registered it via an anonymous constructor function on the `phonecatApp` module. In this case Angular provides a service, `$controller`, which will retrieve your controller by name. @@ -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/