Fixed typo in doc.

This commit is contained in:
Matt Mo 2021-08-10 20:19:45 -07:00
parent 49beb6c87e
commit 7e0c6a952c

View File

@ -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 {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. * @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. * @returns {IgniteTemplate} This ignite template.