aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLefteris Paraskevas2013-07-08 15:51:34 +0100
committerPawel Kozlowski2013-07-10 22:09:15 +0200
commit899f5d14574c4b79508bc8432fab74523c076a70 (patch)
tree979d35817bef4c96240873457dec2a4776b51c5c /docs
parent87aeb78c0ef7540f8a86957b57de66ef7b24698e (diff)
downloadangular.js-899f5d14574c4b79508bc8432fab74523c076a70.tar.bz2
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).
Diffstat (limited to 'docs')
-rw-r--r--docs/content/guide/overview.ngdoc2
1 files changed, 1 insertions, 1 deletions
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 }}`: