From 7e0c6a952c4294c49b375e3eadbb393378c11b6b Mon Sep 17 00:00:00 2001 From: Matt Mo Date: Tue, 10 Aug 2021 20:19:45 -0700 Subject: [PATCH] Fixed typo in doc. --- ignite-html-validate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ignite-html-validate.js b/ignite-html-validate.js index e08a077..94e945a 100644 --- a/ignite-html-validate.js +++ b/ignite-html-validate.js @@ -252,7 +252,7 @@ IgniteTemplate.prototype.validateMin = function (min, msg) { } /** - * Validates an input to make sure it contains a min number of characters. + * Validates an input to make sure it contains a max number of characters. * @param {Number} max The max number of characters the input can have. * @param {string|Function|IgniteProperty} msg The message to display when the input length is too long. If null a default one will show. * @returns {IgniteTemplate} This ignite template.