From 44f9ae61265ba1cdb2b5a3598b04c4ee4b5ba83a Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Fri, 25 Nov 2016 10:44:12 +0200 Subject: [PATCH] docs(input[number]): fix typo --- src/ng/directive/input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index e90a689df..6f21f002b 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -688,7 +688,7 @@ var inputType = { * but does not trigger HTML5 native validation. Takes an expression. * @param {string=} step Sets the `step` validation error key if the value entered does not fit the `step` constraint. * Can be interpolated. - * @param {string=} ngStep Like `step`, sets the `max` validation error key if the value entered does not fit the `ngStep` constraint, + * @param {string=} ngStep Like `step`, sets the `step` validation error key if the value entered does not fit the `ngStep` constraint, * but does not trigger HTML5 native validation. Takes an expression. * @param {string=} required Sets `required` validation error key if the value is not entered. * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to