From 3dbb4ab6acc6738d8c15d7045858ccd8b19ce46e Mon Sep 17 00:00:00 2001 From: Philipp Christen Date: Fri, 27 Jan 2023 15:39:41 +0100 Subject: [PATCH] Update notifier.rst --- notifier.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifier.rst b/notifier.rst index f94598f6d04..a5b1ec2456d 100644 --- a/notifier.rst +++ b/notifier.rst @@ -332,7 +332,7 @@ you to send messages to chat services:: public function thankyou(ChatterInterface $chatter) { $message = (new ChatMessage('You got a new invoice for 15 EUR.')) - // if not set explicitly, the message is send to the + // if not set explicitly, the message is sent to the // default transport (the first one configured) ->transport('slack');