Added word "want" in sentence

This commit is contained in:
Joseph Lyons
2018-08-11 01:09:33 -04:00
parent 02ca43db02
commit 0a361de70e

View File

@@ -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