We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149f9c0 commit d15ae5fCopy full SHA for d15ae5f
notifier.rst
@@ -309,7 +309,7 @@ you to send messages to chat services::
309
public function thankyou(ChatterInterface $chatter)
310
{
311
$message = (new ChatMessage('You got a new invoice for 15 EUR.'))
312
- // if not set explicitly, the message is send to the
+ // if not set explicitly, the message is sent to the
313
// default transport (the first one configured)
314
->transport('slack');
315
0 commit comments