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:
parent
7911c8d040
commit
0b810ff5fa
@ -25,7 +25,7 @@ func New(apiToken string) (*MSTeams, error) {
|
|||||||
return m, nil
|
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).
|
// custom/private webhook URL endpoints can be used (e.g., testing purposes).
|
||||||
// For more information about telegram api token:
|
// For more information about telegram api token:
|
||||||
// -> https://github.com/atc0005/go-teams-notify#example-disable-webhook-url-prefix-validation
|
// -> https://github.com/atc0005/go-teams-notify#example-disable-webhook-url-prefix-validation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user