Skip to content

Commit 8109cf7

Browse files
committed
minor #2530 [Docs][LiveComponent] Fix formatting of the inline code for the text RedirectResponse (romain)
This PR was merged into the 2.x branch. Discussion ---------- [Docs][LiveComponent] Fix formatting of the inline code for the text RedirectResponse | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | License | MIT Following the merge of PR #2513, the double backticks for the inline literal ``RedirectResponse`` are missing. ![image_702](https://github.com/user-attachments/assets/47e16e06-7871-4675-98c4-8147e474fb12) Commits ------- fd2c40d Fix formatting of the inline code for the text RedirectResponse
2 parents 8fdcd69 + fd2c40d commit 8109cf7

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)