diff options
| author | Lefteris Paraskevas | 2013-07-08 15:51:34 +0100 | 
|---|---|---|
| committer | Pawel Kozlowski | 2013-07-10 22:12:27 +0200 | 
| commit | 1fefafd09f5b47fc56e6072e75850c92757b2afd (patch) | |
| tree | 764bea7232e9feac3f42cd501042cfb2cbfca21d | |
| parent | 8a63dc3151b1534b648d5ab4cd1da2c7efab705f (diff) | |
| download | angular.js-1fefafd09f5b47fc56e6072e75850c92757b2afd.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).
| -rw-r--r-- | docs/content/guide/overview.ngdoc | 2 | 
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 }}`: | 
