Skip to content

Commit b294dc7

Browse files
committed
minor docs tweaks
1 parent 9b877d4 commit b294dc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Notify/Resources/doc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Also make sure you have at least version 3.0 of
2525
Usage
2626
-----
2727

28-
To use Symfony UX Notify you must have a `running Mercure server`_ and a
28+
To use Symfony UX Notify you must have a `running Mercure server`_ and a
2929
properly configured notifier transport:
3030

3131
.. code-block:: yaml
@@ -42,7 +42,7 @@ properly configured notifier transport:
4242
environment variable by specifying the ``topics`` query parameter.
4343
Otherwise, notifications will be sent to ``https://symfony.com/notifier`` topic.
4444

45-
Then, you can inject the ``NotifierInterface`` service and send messages on the ``chat/mercure`` channel::
45+
Then, you can inject the ``NotifierInterface`` service and send messages on the ``chat/myMercureChatter`` channel::
4646

4747
// ...
4848
use Symfony\Component\Notifier\Notification\Notification;
@@ -84,7 +84,7 @@ Enjoy your server-sent native notifications!
8484
Example of a native notification
8585

8686
Extend the Stimulus Controller
87-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
87+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8888

8989
Symfony UX Notify allows you to extend its default behavior using a
9090
custom Stimulus controller:

0 commit comments

Comments
 (0)