8000 minor #17739 [Notifier] Fix typo OneSignal DSN (mdoutreluingne) · symfony/symfony-docs@5d4a72d · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d4a72d

Browse files
committed
minor #17739 [Notifier] Fix typo OneSignal DSN (mdoutreluingne)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Notifier] Fix typo OneSignal DSN FIx typo OneSignal DSN and add link for `Push Channel` Commits ------- 92e5997 [Notifier] Fix typo OneSignal DSN
2 parents b3831a3 + 92e5997 commit 5d4a72d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

notifier.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The notifier component supports the following channels:
3838
services like Slack and Telegram;
3939
* :ref:`Email channel <notifier-email-channel>` integrates the :doc:`Symfony Mailer </mailer>`;
4040
* Browser channel uses :ref:`flash messages <flash-messages>`.
41-
* Push Channel sends notifications to phones and browsers via push notifications.
41+
* :ref:`Push channel <notifier-push-channel>` sends notifications to phones and browsers via push notifications.
4242

4343
.. tip::
4444

@@ -339,6 +339,8 @@ notification emails:
339339
;
340340
};
341341
342+
.. _notifier-push-channel:
343+
342344
Push Channel
343345
~~~~~~~~~~~~
344346

@@ -357,7 +359,7 @@ integration with these push services:
357359
Service Package DSN
358360
============== ==================================== =================================================================================
359361
Expo ``symfony/expo-notifier`` ``expo://Token@default``
360-
OneSignal ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID''``
362+
OneSignal ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID``
361363
============== ==================================== =================================================================================
362364

363365
.. versionadded:: 5.4

0 commit comments

Comments
 (0)
0