Discrepancy typo fix
authorChristian Oliff <christianoliff@yahoo.com>
Fri, 23 Aug 2019 15:21:37 +0000 (00:21 +0900)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 23 Aug 2019 15:21:37 +0000 (17:21 +0200)
resources/resource_transformers/postcss/postcss.go

index 8185c5a2333f3eac9f25f61c3d16bcbf27e36e10..452627e65a338984f6d52c67b454b9ada0c37c3b 100644 (file)
@@ -54,7 +54,7 @@ func DecodeOptions(m map[string]interface{}) (opts Options, err error) {
        err = mapstructure.WeakDecode(m, &opts)
 
        if !opts.NoMap {
-               // There was for a long time a disrepency between documentation and
+               // There was for a long time a discrepancy between documentation and
                // implementation for the noMap property, so we need to support both
                // camel and snake case.
                opts.NoMap = cast.ToBool(m["no-map"])