diff --git a/src/config.js b/src/config.js index 6bf5a5d53..094f41f46 100644 --- a/src/config.js +++ b/src/config.js @@ -43,7 +43,7 @@ const schemaEnforcers = {} // ### Value Coercion // // Config settings each have a type specified by way of a -// [schema](json-schema.org). For example we might an integer setting that only +// [schema](json-schema.org). For example we might want an integer setting that only // allows integers greater than `0`: // // ```coffee