File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -901,7 +901,7 @@ The ``Broadcast`` attribute comes with a set of handy options:
901
901
- ``template `` (``string ``): Twig template to render (see above)
902
902
903
903
The ``Broadcast `` attribute can be repeated (e.g. you can have multiple
904
- `#[Broadcast] `. This is convenient to render several templates associated with
904
+ `` #[Broadcast] ` `. This is convenient to render several templates associated with
905
905
their own topics for the same change (e.g. the same data is rendered in different
906
906
way in the list and in the detail pages).
907
907
@@ -914,7 +914,7 @@ are supported:
914
914
- ``sse_retry `` (``int ``): ``retry `` field of the SSE
915
915
916
916
The Mercure broadcaster also supports `Expression Language `_ in topics
917
- by starting with `@= `.
917
+ by starting with `` @= ` `.
918
918
919
919
Example::
920
920
You can’t perform that action at this time.
0 commit comments