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 f35743c commit 8ee2f5cCopy full SHA for 8ee2f5c
lib/messages.js
@@ -17,5 +17,5 @@ module.exports = {
17
required: '"{path}" is required',
18
string: '"{path}" must be a string',
19
validate: '"{path}" is invalid',
20
- unique: '"{path}" is already exists',
+ unique: '"{path}" already exists',
21
};
0 commit comments