Skip to content

Commit 16742c4

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Update notifier.rst
2 parents 51aac77 + 7ace09c commit 16742c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ you to send messages to chat services::
309309
public function thankyou(ChatterInterface $chatter)
310310
{
311311
$message = (new ChatMessage('You got a new invoice for 15 EUR.'))
312-
// if not set explicitly, the message is send to the
312+
// if not set explicitly, the message is sent to the
313313
// default transport (the first one configured)
314314
->transport('slack');
315315

0 commit comments

Comments
 (0)