Skip to content

Commit 884629d

Browse files
committed
Tweaks
1 parent a1b5522 commit 884629d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

notifier/chatters.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ The result will be something like:
135135

136136
The `field()` method was introduced in Symfony 5.1.
137137

138-
Adding a header to a Slack Message
139-
-------------------------------------------
138+
Adding a Header to a Slack Message
139+
----------------------------------
140140

141-
To add a header to your message you can use the
141+
To add a header to your message use the
142142
:class:`Symfony\\Component\\Notifier\\Bridge\\Slack\\Block\\SlackHeaderBlock` class::
143143

144144
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackDividerBlock;
@@ -173,12 +173,12 @@ The result will be something like:
173173

174174
.. versionadded:: 5.3
175175

176-
The `SlackHeaderBlock` class was introduced in Symfony 5.3.
176+
The ``SlackHeaderBlock`` class was introduced in Symfony 5.3.
177177

178-
Adding a footer to a Slack Message
179-
-------------------------------------------
178+
Adding a Footer to a Slack Message
179+
----------------------------------
180180

181-
To add a footer to your message you can use the
181+
To add a footer to your message use the
182182
:class:`Symfony\\Component\\Notifier\\Bridge\\Slack\\Block\\SlackContextBlock` class::
183183

184184
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackContextBlock;
@@ -216,12 +216,12 @@ The result will be something like:
216216

217217
.. versionadded:: 5.3
218218

219-
The `SlackContextBlock` class was introduced in Symfony 5.3.
219+
The ``SlackContextBlock`` class was introduced in Symfony 5.3.
220220

221-
Sending a Slack Message as a reply
222-
-------------------------------------------
221+
Sending a Slack Message as a Reply
222+
----------------------------------
223223

224-
To send your slack message as a reply in a thread you can use the
224+
To send your slack message as a reply in a thread use the
225225
:method:`SlackOptions::threadTs() <Symfony\\Component\\Notifier\\Bridge\\Slack\\SlackOptions::threadTs>` method::
226226

227227
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackSectionBlock;
@@ -247,7 +247,7 @@ The result will be something like:
247247

248248
.. versionadded:: 5.3
249249

250-
The `threadTs()` method was introduced in Symfony 5.3.
250+
The ``threadTs()`` method was introduced in Symfony 5.3.
251251

252252
Adding Interactions to a Discord Message
253253
----------------------------------------

0 commit comments

Comments
 (0)