Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
setted -> set
  • Loading branch information
bl-ue committed Dec 19, 2020
1 parent 4cad7da commit 2b6d40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color.go
Expand Up @@ -387,7 +387,7 @@ func (c *Color) EnableColor() {
}

func (c *Color) isNoColorSet() bool {
// check first if we have user setted action
// check first if we have user set action
if c.noColor != nil {
return *c.noColor
}
Expand Down

0 comments on commit 2b6d40c

Please sign in to comment.