We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23de9d0 commit ed20f51Copy full SHA for ed20f51
modules/badge/badge.go
@@ -50,7 +50,7 @@ func (b Badge) Width() int {
50
return b.Label.width + b.Message.width
51
}
52
53
-// styles follows https://shields.io/badges
+// Style follows https://shields.io/badges
54
const (
55
StyleFlat = "flat"
56
StyleFlatSquare = "flat-square"
0 commit comments