Skip to content

Commit c4b661e

Browse files
committed
Fixed typo
1 parent 36c198a commit c4b661e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/functions/functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const trimmedStringToLength = (string, length) => {
2323

2424
/**
2525
* Creates a validation object with passed custom error messages.
26-
* If value is not passed than returned object will contain only pattern message.
26+
* If `value` is not passed then returned object will contain only pattern message.
2727
* @param {Object} messages Custom error messages
2828
* @param {String} messages.minLength Message for min length attribute validation
2929
* @param {String} messages.maxLength Message for max length attribute vlidation

0 commit comments

Comments
 (0)