From 899f5d14574c4b79508bc8432fab74523c076a70 Mon Sep 17 00:00:00 2001 From: Lefteris Paraskevas Date: Mon, 8 Jul 2013 15:51:34 +0100 Subject: docs(overview): fix typo Removed repeated "the" in the sentence: The input invalidates itself by turning red when you enter invalid data or leave "the" the input fields blank (Line 137). --- docs/content/guide/overview.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/content/guide/overview.ngdoc b/docs/content/guide/overview.ngdoc index a8e806cd..8e555bf2 100644 --- a/docs/content/guide/overview.ngdoc +++ b/docs/content/guide/overview.ngdoc @@ -134,7 +134,7 @@ These input widgets look normal enough, but consider these points: Model-View-Controller design pattern. * Note that the HTML widget {@link api/ng.directive:input input} has special powers. The input invalidates itself by turning red when you enter invalid data or - leave the the input fields blank. These new widget behaviors make it easier to implement field + leave the input fields blank. These new widget behaviors make it easier to implement field validation common in CRUD applications. And finally, the mysterious `{{ double curly braces }}`: -- cgit v1.2.3