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

Commit 44f9ae6

Browse files
committed
docs(input[number]): fix typo
1 parent cdb9e08 commit 44f9ae6

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
@@ -688,7 +688,7 @@ var inputType = {
688688
* but does not trigger HTML5 native validation. Takes an expression.
689689
* @param {string=} step Sets the `step` validation error key if the value entered does not fit the `step` constraint.
690690
* Can be interpolated.
691-
* @param {string=} ngStep Like `step`, sets the `max` validation error key if the value entered does not fit the `ngStep` constraint,
691+
* @param {string=} ngStep Like `step`, sets the `step` validation error key if the value entered does not fit the `ngStep` constraint,
692692
* but does not trigger HTML5 native validation. Takes an expression.
693693
* @param {string=} required Sets `required` validation error key if the value is not entered.
694694
* @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to

0 commit comments

Comments
 (0)