diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index db22fb75e7f0..f78346f9b928 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -247,7 +247,7 @@ Our application routes are defined as follows: controller. * `when('/phones/:phoneId')`: The phone details view will be shown when the URL hash fragment - matches '/phone/:phoneId', where `:phoneId` is a variable part of the URL. To construct the phone + matches '/phones/:phoneId', where `:phoneId` is a variable part of the URL. To construct the phone details view, Angular will use the `phone-detail.html` template and the `PhoneDetailCtrl` controller.