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.