diff --git a/internal/grpc/notif.go b/internal/grpc/notif.go index cf0a3eb6..b6918e80 100644 --- a/internal/grpc/notif.go +++ b/internal/grpc/notif.go @@ -67,6 +67,6 @@ func (c *Client) NotifTest(ctx context.Context, request *pb.NotifTestRequest) (* } return &pb.NotifTestResponse{ - Message: fmt.Sprintf("Notifcation sent for %s notifier(s)", strings.Join(sent, ", ")), + Message: fmt.Sprintf("Notification sent for %s notifier(s)", strings.Join(sent, ", ")), }, nil }