mirror of
https://github.com/nikoksr/notify.git
synced 2025-03-05 14:45:15 +02:00
fix(typo): fix a small typo in function comment
This commit is contained in:
parent
1c84d461b6
commit
6738f4e407
@ -6,7 +6,7 @@ package notify
|
||||
// E.g for telegram it sends the message to the specified group chat.
|
||||
//
|
||||
// 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.
|
||||
type Notifier interface {
|
||||
Send(string, string) error
|
||||
|
Loading…
x
Reference in New Issue
Block a user