Skip to content

Commit 3effe98

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: minor minor
2 parents 954116b + f62f89a commit 3effe98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

notifier/chatters.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Adding Interactions to a Slack Message
5555
--------------------------------------
5656

5757
With a Slack message, you can use the
58-
:class:`Symfony\\Component\\Notifier\\Bridge\\Slack\\SlackOptions` to add
59-
some interactive options called `Block elements`_::
58+
:class:`Symfony\\Component\\Notifier\\Bridge\\Slack\\SlackOptions` class
59+
to add some interactive options called `Block elements`_::
6060

6161
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackActionsBlock;
6262
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackDividerBlock;
@@ -104,8 +104,8 @@ Adding Interactions to a Discord Message
104104
----------------------------------------
105105

106106
With a Discord message, you can use the
107-
:class:`Symfony\\Component\\Notifier\\Bridge\\Discord\\DiscordOptions` to add
108-
some interactive options called `Embed elements`_::
107+
:class:`Symfony\\Component\\Notifier\\Bridge\\Discord\\DiscordOptions` class
108+
to add some interactive options called `Embed elements`_::
109109

110110
use Symfony\Component\Notifier\Bridge\Discord\DiscordOptions;
111111
use Symfony\Component\Notifier\Bridge\Discord\Embeds\DiscordEmbed;

0 commit comments

Comments
 (0)