Skip to content

Commit

Permalink
fix: minor spelling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Aug 9, 2023
1 parent 4bcf4a1 commit ef255e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webhooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ type WebhookHTTPAuth struct {
// WebhookTriggerEnabled holds configuration for webhooks which can only be
// enabled or disabled.
type WebhookTriggerEnabled struct {
// Specifies whether or not this webhook is enabled.
// Specifies whether this webhook is enabled.
Enabled bool `json:"Enabled"`
}

// WebhookTriggerIncContent holds configuration for webhooks which can be
// enabled/disabled and optionally include message contents.
type WebhookTriggerIncContent struct {
WebhookTriggerEnabled
// Specifies whether or not the full content of the email is included in webhook POST.
// Specifies whether the full content of the email is included in webhook POST.
IncludeContent bool `json:"IncludeContent"`
}

Expand Down

0 comments on commit ef255e2

Please sign in to comment.