Skip to content

Commit fd2c40d

Browse files
author
romain
committed
Fix formatting of the inline code for the text RedirectResponse
1 parent ec09cdf commit fd2c40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ Downloading files
13331333

13341334
Currently, Live Components do not natively support returning file responses directly from a LiveAction. However, you can implement file downloads by redirecting to a route that handles the file response.
13351335

1336-
Create a LiveAction that generates the URL for the file download and returns a `RedirectResponse`::
1336+
Create a LiveAction that generates the URL for the file download and returns a ``RedirectResponse``::
13371337

13381338
#[LiveAction]
13391339
public function initiateDownload(UrlGeneratorInterface $urlGenerator): RedirectResponse

0 commit comments

Comments
 (0)