Skip to content

Commit ed20f51

Browse files
authored
Update modules/badge/badge.go
1 parent 23de9d0 commit ed20f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/badge/badge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func (b Badge) Width() int {
5050
return b.Label.width + b.Message.width
5151
}
5252

53-
// styles follows https://shields.io/badges
53+
// Style follows https://shields.io/badges
5454
const (
5555
StyleFlat = "flat"
5656
StyleFlatSquare = "flat-square"

0 commit comments

Comments
 (0)