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

Commit 0eadee5

Browse files
Justin Walshbtford
Justin Walsh
authored andcommitted
docs(guide/forms): correct grammar
1 parent 6a96a82 commit 0eadee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/forms.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ In the following example we create two directives.
286286
* The first one is `integer` and it validates whether the input is a valid integer.
287287
For example `1.23` is an invalid value, since it contains a fraction.
288288
Note that we unshift the array instead of pushing.
289-
This is because we want to be first parser and consume the control string value, as we need to execute the validation function before a conversion to number occurs.
289+
This is because we want it to be the first parser and consume the control string value, as we need to execute the validation function before a conversion to number occurs.
290290

291291
* The second directive is a `smart-float`.
292292
It parses both `1.2` and `1,2` into a valid float number `1.2`.

0 commit comments

Comments
 (0)