Skip to content

Commit 4a324e8

Browse files
committed
Tweaks
1 parent b7ed6f9 commit 4a324e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mercure.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ of the ``Update`` constructor to ``true``::
415415
$update = new Update(
416416
'https://example.com/books/1',
417417
json_encode(['status' => 'OutOfStock']),
418-
private: true
418+
true // private
419419
);
420420

421421
// Publisher's JWT must contain this topic, a URI template it matches or * in mercure.publish or you'll get a 401
@@ -712,7 +712,8 @@ enable it::
712712
:alt: The Mercure panel of the Symfony Profiler, showing information like time, memory, topics and data of each message sent by Mercure.
713713
:class: with-browser
714714

715-
The Mercure hub itself provides a debug tool that can be enabled and available on `/.well-known/mercure/ui/`
715+
The Mercure hub itself provides a debug tool that can be enabled and it's
716+
available on ``/.well-known/mercure/ui/``
716717

717718
Async dispatching
718719
-----------------

0 commit comments

Comments
 (0)