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.
2 parents 51aac77 + 7ace09c commit 16742c4Copy full SHA for 16742c4
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