diff options
| -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 }}`: |
