Skip to content

Commit bf3b1dc

Browse files
authored
Updated DSN channel parameter name
1 parent b1dd031 commit bf3b1dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

notifier.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,15 @@ The chat channel is used to send chat messages to users by using
125125
:class:`Symfony\\Component\\Notifier\\Chatter` classes. Symfony provides
126126
integration with these chat services:
127127

128-
========== =============================== ================================================
128+
========== =============================== =================================================
129129
Service Package DSN
130-
========== =============================== ================================================
130+
========== =============================== =================================================
131131
Slack ``symfony/slack-notifier`` ``slack://default/ID``
132132
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
133133
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
134134
RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
135-
Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:APIKEY@ENDPOINT?channel=STREAM``
136-
========== =============================== ================================================
135+
Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:APIKEY@ENDPOINT?channel=CHANNEL``
136+
========== =============================== =================================================
137137

138138
.. versionadded:: 5.1
139139

0 commit comments

Comments
 (0)