diff options
| author | Mauro Carrero | 2013-11-09 02:49:13 -0800 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-14 13:24:26 +0000 | 
| commit | b122194425108aa9daab4ec48efc812f300cdb54 (patch) | |
| tree | b7ef6e9ff657e8e41a16dabf1796f8c4d81d9723 /docs/content/tutorial | |
| parent | 089bf5f0e3810ec75e0e6aafd263377cddd7a38c (diff) | |
| download | angular.js-b122194425108aa9daab4ec48efc812f300cdb54.tar.bz2 | |
docs(tutorial/step-2): remove repeated "the"
Closes #4854
Diffstat (limited to 'docs/content/tutorial')
| -rw-r--r-- | docs/content/tutorial/step_02.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index d607ec76..20dd88a2 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 `<body>` 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 | 
