Skip to content

Commit

Permalink
docs(tutorial): fix typo in module name
Browse files Browse the repository at this point in the history
Fixed a typo in step 2

Closes angular#7138
  • Loading branch information
thom801 authored and caitp committed Apr 16, 2014
1 parent 1192531 commit d5a2069
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 @@ -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.
Expand Down

0 comments on commit d5a2069

Please sign in to comment.