1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-07-01 00:55:29 +02:00

fix(typo): fix a small typo in function comment

This commit is contained in:
Niko Köser
2021-02-01 07:41:07 +01:00
parent 1c84d461b6
commit 6738f4e407

View File

@ -6,7 +6,7 @@ package notify
// E.g for telegram it sends the message to the specified group chat. // E.g for telegram it sends the message to the specified group chat.
// //
// The AddReceivers takes one or many strings and // The AddReceivers takes one or many strings and
// adds these to the list of destinations for recieving messages // adds these to the list of destinations for receiving messages
// e.g. slack channels, telegram chats, email addresses. // e.g. slack channels, telegram chats, email addresses.
type Notifier interface { type Notifier interface {
Send(string, string) error Send(string, string) error