From 0a361de70eff2371dfc98982d850d12336ed9e07 Mon Sep 17 00:00:00 2001 From: Joseph Lyons Date: Sat, 11 Aug 2018 01:09:33 -0400 Subject: [PATCH] Added word "want" in sentence --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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