Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5bf6e50

Browse files
thom801caitp
authored andcommitted
docs(tutorial): fix typo in module name
Fixed a typo in step 2 Closes #7138
1 parent a7ccb75 commit 5bf6e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_02.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ tests in Angular so that developers are encouraged to write them.
148148
### Testing non-Global Controllers
149149

150150
In practice, you will not want to have your controller functions in the global namespace. Instead,
151-
you can see that we have registered it via an anonymous constructor function on the `phoneCatApp`
151+
you can see that we have registered it via an anonymous constructor function on the `phonecatApp`
152152
module.
153153

154154
In this case Angular provides a service, `$controller`, which will retrieve your controller by name.

0 commit comments

Comments
 (0)