Skip to content

Commit 297b2c4

Browse files
authored
Fixed typo of const value
The value of const was typo "heder" so fixed to "header". Although, there is no damage/risk because of this typo.
1 parent 479cde8 commit 297b2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tw/tw.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const (
5656
)
5757

5858
const (
59-
SectionHeader = "heder"
59+
SectionHeader = "header"
6060
SectionRow = "row"
6161
SectionFooter = "footer"
6262
)

0 commit comments

Comments
 (0)