Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Dane Stevens <[email protected]>
  • Loading branch information
gogetdane committed Dec 9, 2024
1 parent 820b0f1 commit 4f170d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notify/msteamsv2/msteamsv2.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type Content struct {
type Body struct {
Type string `json:"type"`
Text string `json:"text"`
Weight string `json:"weigth,omitempty"`
Weight string `json:"weight,omitempty"`
Size string `json:"size,omitempty"`
Wrap bool `json:"wrap,omitempty"`
Style string `json:"style,omitempty"`
Expand Down

0 comments on commit 4f170d4

Please sign in to comment.