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

Commit 5b9ff6c

Browse files
Stéphane Reynaudbtford
Stéphane Reynaud
authored andcommitted
docs(guide/controller): fix duplicated "and" typo
Remove the second instance of the word "and" from the docs where it was duplicated.
1 parent f09b6aa commit 5b9ff6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/controller.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ starts with capital letter and ends with "Ctrl" or "Controller".
168168
- Assigning a property to `$scope` creates or updates the model.
169169
- Controller methods can be created through direct assignment to scope (see the `chiliSpicy` method)
170170
- The Controller methods and properties are available in the template (for the `<div>` element and
171-
and its children).
171+
its children).
172172

173173
## Spicy Arguments Example
174174

0 commit comments

Comments
 (0)