From 0b810ff5fac99ac67ea4dcfe61c8a483a4e1b409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20K=C3=B6ser?= Date: Fri, 29 Jan 2021 19:44:45 +0100 Subject: [PATCH] chore(comment): fix grammar in method comment --- service/ms_teams/ms_teams.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/ms_teams/ms_teams.go b/service/ms_teams/ms_teams.go index 4eb8989..4bd1286 100644 --- a/service/ms_teams/ms_teams.go +++ b/service/ms_teams/ms_teams.go @@ -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