We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c198a commit c4b661eCopy full SHA for c4b661e
utils/functions/functions.js
@@ -23,7 +23,7 @@ export const trimmedStringToLength = (string, length) => {
23
24
/**
25
* Creates a validation object with passed custom error messages.
26
- * If value is not passed than returned object will contain only pattern message.
+ * If `value` is not passed then returned object will contain only pattern message.
27
* @param {Object} messages Custom error messages
28
* @param {String} messages.minLength Message for min length attribute validation
29
* @param {String} messages.maxLength Message for max length attribute vlidation
0 commit comments