Skip to content

Commit 1c621bd

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/tutorial/step_07.ngdoc

Lines changed: 1 addition & 1 deletion
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)