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

Commit 1c621bd

Browse files
joshmcadamspetebacondarwin
authored andcommitted
docs(tutorial/step-07): fix typo
Closes #4410
1 parent bf29cbc commit 1c621bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_07.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ phonecatControllers.controller('PhoneDetailCtrl', ['$scope', '$routeParams',
165165

166166
Again, note that we created a new module called `phonecatControllers`. For small AngularJS applications,
167167
it's common to create just one module for all of your controllers if there are just a few. For larger apps,
168-
you will rpobbaly want to create separate modules for each major feature of your app.
168+
you will probably want to create separate modules for each major feature of your app.
169169

170170
Because our example app is relatively small, we'll add all of our controllers to this module.
171171

0 commit comments

Comments
 (0)