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

Commit 0462ee6

Browse files
yarshpkozlowski-opensource
authored andcommitted
docs(ngModelOptions): minor grammer error
Closes #9928
1 parent 9cc6835 commit 0462ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2873,7 +2873,7 @@ var ngValueDirective = function() {
28732873
* `ngModelOptions` has an effect on the element it's declared on and its descendants.
28742874
*
28752875
* @param {Object} ngModelOptions options to apply to the current model. Valid keys are:
2876-
* - `updateOn`: string specifying which event should be the input bound to. You can set several
2876+
* - `updateOn`: string specifying which event should the input be bound to. You can set several
28772877
* events using an space delimited list. There is a special event called `default` that
28782878
* matches the default events belonging of the control.
28792879
* - `debounce`: integer value which contains the debounce model update value in milliseconds. A

0 commit comments

Comments
 (0)