Skip to content

Commit

Permalink
Discrepancy typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored and bep committed Aug 23, 2019
1 parent ad1d6d6 commit c5319db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/resource_transformers/postcss/postcss.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit c5319db

Please sign in to comment.