From 958560d592aef626b4f4b61d9b48aaabe3bac49f Mon Sep 17 00:00:00 2001 From: Mauro Carrero Date: Sat, 9 Nov 2013 02:49:13 -0800 Subject: [PATCH] Update step_02.ngdoc A simple typo correction, delete duplicate 'the' word. --- docs/content/tutorial/step_02.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index d607ec767d64..20dd88a27b24 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -104,7 +104,7 @@ the model and the view. We connected the dots between the presentation, data, an as follows: * The {@link api/ng.directive:ngController ngController} directive, located on the `` tag, -references the the name of our controller, `PhoneListCtrl` (located in the JavaScript file +references the name of our controller, `PhoneListCtrl` (located in the JavaScript file `controllers.js`). * The `PhoneListCtrl` controller attaches the phone data to the `$scope` that was injected into our