Skip to content

Commit 5975d3e

Browse files
authored
Merge pull request #5 from bordernone/patch-1
Minor grammar change
2 parents f35743c + 8ee2f5c commit 5975d3e

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)