@@ -294,7 +294,7 @@ transport:
294294 %env(SLACK_DSN)% || %env(TELEGRAM_DSN)%
295295 </framework : chatter-transport >
296296
297- <!-- Send notifications to the next scheduled transport
297+ <!-- Send notifications to the next scheduled transport
298298 calculated by round robin-->
299299 <framework : chatter-transport name =" slack" >
300300 %env(SLACK_DSN)%&& %env(TELEGRAM_DSN)%
@@ -365,8 +365,7 @@ To send a notification, autowire the
365365The ``Notification `` is created by using two arguments: the subject and
366366channels. The channels specify which channel (or transport) should be used
367367to send the notification. For instance, ``['email', 'sms'] `` will send
368- both an email and sms notification to the user. It is required to specify
369- the transport when using chatters (e.g. ``['email', 'chat/telegram'] ``).
368+ both an email and sms notification to the user.
370369
371370The default notification also has a ``content() `` and ``emoji() `` method to
372371set the notification content and icon.