1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-02-15 13:33:26 +02:00

fix: fix comment typo on SendGrid struct

This commit is contained in:
Haris Chaniotakis 2021-02-10 17:30:43 +02:00
parent 77f04b5078
commit 3c21a6eed8

View File

@ -9,7 +9,7 @@ import (
"github.com/sendgrid/sendgrid-go/helpers/mail"
)
// SendGrid struct holds necessary data to communicate with the Slack API.
// SendGrid struct holds necessary data to communicate with the SendGrid API.
type SendGrid struct {
client *sendgrid.Client
senderAddress string