fix: test notification typo (#677)

This commit is contained in:
vilm3r
2022-08-31 11:01:27 -05:00
committed by GitHub
parent cef6cd5c41
commit 650fbb83ec

View File

@@ -67,6 +67,6 @@ func (c *Client) NotifTest(ctx context.Context, request *pb.NotifTestRequest) (*
} }
return &pb.NotifTestResponse{ 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 }, nil
} }