From 5b9ff6cf48d15eaf1a93748271e80bd7051889eb Mon Sep 17 00:00:00 2001 From: Stéphane Reynaud Date: Tue, 21 Jan 2014 13:05:48 +0100 Subject: docs(guide/controller): fix duplicated "and" typo Remove the second instance of the word "and" from the docs where it was duplicated. --- docs/content/guide/controller.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide') diff --git a/docs/content/guide/controller.ngdoc b/docs/content/guide/controller.ngdoc index 29c37709..a5878fb7 100644 --- a/docs/content/guide/controller.ngdoc +++ b/docs/content/guide/controller.ngdoc @@ -168,7 +168,7 @@ starts with capital letter and ends with "Ctrl" or "Controller". - Assigning a property to `$scope` creates or updates the model. - Controller methods can be created through direct assignment to scope (see the `chiliSpicy` method) - The Controller methods and properties are available in the template (for the `
` element and -and its children). +its children). ## Spicy Arguments Example -- cgit v1.2.3