Skip to content

Commit 61f4c48

Browse files
maurocarrerojamesdaily
authored andcommitted
docs(tutorial/step-2): remove repeated "the"
Closes angular#4854
1 parent 6753d90 commit 61f4c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_02.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ the model and the view. We connected the dots between the presentation, data, an
104104
as follows:
105105

106106
* The {@link api/ng.directive:ngController ngController} directive, located on the `<body>` tag,
107-
references the the name of our controller, `PhoneListCtrl` (located in the JavaScript file
107+
references the name of our controller, `PhoneListCtrl` (located in the JavaScript file
108108
`controllers.js`).
109109

110110
* The `PhoneListCtrl` controller attaches the phone data to the `$scope` that was injected into our

0 commit comments

Comments
 (0)