Skip to content

Commit 8ee2f5c

Browse files
authored
Minor grammar change
changed the message returned for 'unique'
1 parent f35743c commit 8ee2f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ module.exports = {
1717
required: '"{path}" is required',
1818
string: '"{path}" must be a string',
1919
validate: '"{path}" is invalid',
20-
unique: '"{path}" is already exists',
20+
unique: '"{path}" already exists',
2121
};

0 commit comments

Comments
 (0)