@@ -56,7 +56,7 @@ Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM``
5656Nexmo ``symfony/nexmo-notifier `` ``nexmo://KEY:SECRET@default?from=FROM ``
5757======= =========================== ========================================
5858
59- To enable a texter, add the add the correct DSN in your ``.env `` file and
59+ To enable a texter, add the correct DSN in your ``.env `` file and
6060configure the ``texter_transports ``:
6161
6262.. code-block :: bash
@@ -354,16 +354,16 @@ set the notification content and icon.
354354
355355Symfony provides three types of recipients:
356356
357- :class: `Symfony\\ Component\\ Notifier\\ Recipient\\ NoRecipient` `
357+ :class: `Symfony\\ Component\\ Notifier\\ Recipient\\ NoRecipient `
358358 This is the default and is useful when there is no need to have
359359 information about the receiver. For example, the browser channel uses
360360 the current requests's :ref: `session flashbag <flash-messages >`;
361361
362- :class: `Symfony\\ Component\\ Notifier\\ Recipient\\ Recipient` `
362+ :class: `Symfony\\ Component\\ Notifier\\ Recipient\\ Recipient `
363363 This contains only the email address of the user and can be used for
364364 messages on the email and browser channel;
365365
366- :class: `Symfony\\ Component\\ Notifier\\ Recipient\\ AdminRecipient` `.
366+ :class: `Symfony\\ Component\\ Notifier\\ Recipient\\ AdminRecipient `
367367 This can contain both email address and phonenumber of the user. This
368368 recipient can be used for all channels (depending on whether they are
369369 actually set).
0 commit comments