Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 899f5d1

Browse files
lefos987pkozlowski-opensource
authored andcommitted
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).
1 parent 87aeb78 commit 899f5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/overview.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ These input widgets look normal enough, but consider these points:
134134
Model-View-Controller design pattern.
135135
* Note that the HTML widget {@link api/ng.directive:input input}
136136
has special powers. The input invalidates itself by turning red when you enter invalid data or
137-
leave the the input fields blank. These new widget behaviors make it easier to implement field
137+
leave the input fields blank. These new widget behaviors make it easier to implement field
138138
validation common in CRUD applications.
139139

140140
And finally, the mysterious `{{ double curly braces }}`:

0 commit comments

Comments
 (0)