Merge pull request #17822 from JosephTLyons/add-missed-word-in-config-doc

Added word "want" in sentence
This commit is contained in:
David Wilson
2018-08-11 08:22:21 -07:00
committed by GitHub

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