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 8f7582b commit 3dbb4abCopy full SHA for 3dbb4ab
notifier.rst
@@ -332,7 +332,7 @@ you to send messages to chat services::
332
public function thankyou(ChatterInterface $chatter)
333
{
334
$message = (new ChatMessage('You got a new invoice for 15 EUR.'))
335
- // if not set explicitly, the message is send to the
+ // if not set explicitly, the message is sent to the
336
// default transport (the first one configured)
337
->transport('slack');
338
0 commit comments