We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8c934 commit 5ff1842Copy full SHA for 5ff1842
sfcasts/turbo/stream-everything.md
@@ -92,7 +92,7 @@ Here's how it looks: wrap our stream render with if
92
`TurboStreamResponse::STREAM_FORMAT` equals `$request->getPreferredFormat()`.
93
94
***TIP
95
-In symfony/ux-turbo 2.1 and higher, this code has changed:
+In `symfony/ux-turbo` 2.1 and higher, this code has changed:
96
97
```php
98
if (TurboBundle::STREAM_FORMAT === $request->getPreferredFormat()) {
0 commit comments