diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/tutorial/step_07.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index aa453f02..cb5f5f9c 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -165,7 +165,7 @@ phonecatControllers.controller('PhoneDetailCtrl', ['$scope', '$routeParams', Again, note that we created a new module called `phonecatControllers`. For small AngularJS applications, it's common to create just one module for all of your controllers if there are just a few. For larger apps, -you will rpobbaly want to create separate modules for each major feature of your app. +you will probably want to create separate modules for each major feature of your app. Because our example app is relatively small, we'll add all of our controllers to this module. |
