File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ Adding Interactions to a Slack Message
5555--------------------------------------
5656
5757With 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
106106With 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;
You can’t perform that action at this time.
0 commit comments