diff options
| author | Lefteris Paraskevas | 2013-07-08 15:51:34 +0100 |
|---|---|---|
| committer | Pawel Kozlowski | 2013-07-10 22:09:15 +0200 |
| commit | 899f5d14574c4b79508bc8432fab74523c076a70 (patch) | |
| tree | 979d35817bef4c96240873457dec2a4776b51c5c | |
| parent | 87aeb78c0ef7540f8a86957b57de66ef7b24698e (diff) | |
| download | angular.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).
| -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 }}`: |
