Skip to content

Commit 7ace09c

Browse files
committed
minor #17819 Fix small typo in notifier.rst (pchr-srf)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead. Discussion ---------- Fix small typo in notifier.rst Merci! Commits ------- 3dbb4ab Update notifier.rst
2 parents 8f7582b + 3dbb4ab commit 7ace09c

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
@@ -332,7 +332,7 @@ you to send messages to chat services::
332332
public function thankyou(ChatterInterface $chatter)
333333
{
334334
$message = (new ChatMessage('You got a new invoice for 15 EUR.'))
335-
// if not set explicitly, the message is send to the
335+
// if not set explicitly, the message is sent to the
336336
// default transport (the first one configured)
337337
->transport('slack');
338338

0 commit comments

Comments
 (0)