Skip to content

Commit 4ae7e52

Browse files
joshmcadamsjamesdaily
authored andcommitted
docs(tutorial/step-07): fix typo
Closes angular#4410
1 parent e7984e8 commit 4ae7e52

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)