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 ceac236 commit 426fe51Copy full SHA for 426fe51
lib/compile/errors.ts
@@ -6,7 +6,7 @@ import {getErrorPath, Type} from "./util"
6
import N from "./names"
7
8
export const keywordError: KeywordErrorDefinition = {
9
- message: ({keyword}) => str`should pass "${keyword}" keyword validation`,
+ message: ({keyword}) => str`must pass "${keyword}" keyword validation`,
10
}
11
12
export const keyword$DataError: KeywordErrorDefinition = {
0 commit comments