File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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:
901901- ``template `` (``string ``): Twig template to render (see above)
902902
903903The ``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
905905their own topics for the same change (e.g. the same data is rendered in different
906906way in the list and in the detail pages).
907907
@@ -914,7 +914,7 @@ are supported:
914914- ``sse_retry `` (``int ``): ``retry `` field of the SSE
915915
916916The Mercure broadcaster also supports `Expression Language `_ in topics
917- by starting with `@= `.
917+ by starting with `` @= ` `.
918918
919919Example::
920920
You can’t perform that action at this time.
0 commit comments