massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / lib / compile / errors.ts
index ea99c42960f41a3d55c13574ecfcb41d87338189..18424a0fc62917fa720aee28e97280865f8bf1f5 100644 (file)
@@ -6,7 +6,7 @@ import {getErrorPath, Type} from "./util"
 import N from "./names"
 
 export const keywordError: KeywordErrorDefinition = {
-  message: ({keyword}) => str`should pass "${keyword}" keyword validation`,
+  message: ({keyword}) => str`must pass "${keyword}" keyword validation`,
 }
 
 export const keyword$DataError: KeywordErrorDefinition = {