Skip to content

Commit 4d2835f

Browse files
authored
Merge pull request #127 from bl-ue/patch-1
Fix typo
2 parents d66acdd + 2b6d40c commit 4d2835f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

color.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ func (c *Color) EnableColor() {
387387
}
388388

389389
func (c *Color) isNoColorSet() bool {
390-
// check first if we have user setted action
390+
// check first if we have user set action
391391
if c.noColor != nil {
392392
return *c.noColor
393393
}

0 commit comments

Comments
 (0)