From 6c422ee171fcfb7f39408a87535a45b6ea0744f2 Mon Sep 17 00:00:00 2001 From: seb-jean Date: Fri, 11 Apr 2025 11:18:14 +0200 Subject: [PATCH] [Turbo] Minor documentation syntax fixes --- src/Turbo/doc/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Turbo/doc/index.rst b/src/Turbo/doc/index.rst index d215aaaa8df..e198d70647b 100644 --- a/src/Turbo/doc/index.rst +++ b/src/Turbo/doc/index.rst @@ -901,7 +901,7 @@ The ``Broadcast`` attribute comes with a set of handy options: - ``template`` (``string``): Twig template to render (see above) The ``Broadcast`` attribute can be repeated (e.g. you can have multiple -`#[Broadcast]`. This is convenient to render several templates associated with +``#[Broadcast]``. This is convenient to render several templates associated with their own topics for the same change (e.g. the same data is rendered in different way in the list and in the detail pages). @@ -914,7 +914,7 @@ are supported: - ``sse_retry`` (``int``): ``retry`` field of the SSE The Mercure broadcaster also supports `Expression Language`_ in topics -by starting with `@=`. +by starting with ``@=``. Example::