1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-01-22 03:09:35 +02:00

chore(comment): fix grammar in method comment

This commit is contained in:
Niko Köser 2021-01-29 19:44:45 +01:00
parent 7911c8d040
commit 0b810ff5fa
No known key found for this signature in database
GPG Key ID: F3F28C118DAA6375

View File

@ -25,7 +25,7 @@ func New(apiToken string) (*MSTeams, error) {
return m, nil
}
// DisableWebhookValidation disables the validation webhook URLs, including the validation of known prefixes so that
// DisableWebhookValidation disables the validation of webhook URLs, including the validation of known prefixes so that
// custom/private webhook URL endpoints can be used (e.g., testing purposes).
// For more information about telegram api token:
// -> https://github.com/atc0005/go-teams-notify#example-disable-webhook-url-prefix-validation