Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b122194

Browse files
maurocarreropetebacondarwin
authored andcommitted
docs(tutorial/step-2): remove repeated "the"
Closes #4854
1 parent 089bf5f commit b122194

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)