Skip to content

Commit d15ae5f

Browse files
authored
Update notifier.rst
1 parent 149f9c0 commit d15ae5f

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)