Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @types / json-schema / index.d.ts
index d5b4429d8ec7531317e5386901d795abd47440bd..be735fbf88868b5903d221fb4c0e83dddbadf50c 100644 (file)
@@ -486,7 +486,7 @@ export interface JSONSchema6 {
     enum?: JSONSchema6Type[]
 
     /**
-     * More readible form of a one-element "enum"
+     * More readable form of a one-element "enum"
      * @see https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.24
      */
     const?: JSONSchema6Type