diff --git a/receivers/teams/v0mimir2/teams.go b/receivers/teams/v0mimir2/teams.go index eec4bb56e..94dae8796 100644 --- a/receivers/teams/v0mimir2/teams.go +++ b/receivers/teams/v0mimir2/teams.go @@ -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"`