From 25c834307ce33aec73d864039d27be9d1bf90b44 Mon Sep 17 00:00:00 2001 From: Thom Allen Date: Wed, 16 Apr 2014 14:20:13 -0600 Subject: [PATCH] Fixed a typo in step 2 --- docs/content/tutorial/step_02.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/