Skip to content

Commit 5ff1842

Browse files
authored
Add ticks around symfony/ux-turbo
1 parent 3f8c934 commit 5ff1842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sfcasts/turbo/stream-everything.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Here's how it looks: wrap our stream render with if
9292
`TurboStreamResponse::STREAM_FORMAT` equals `$request->getPreferredFormat()`.
9393

9494
***TIP
95-
In symfony/ux-turbo 2.1 and higher, this code has changed:
95+
In `symfony/ux-turbo` 2.1 and higher, this code has changed:
9696

9797
```php
9898
if (TurboBundle::STREAM_FORMAT === $request->getPreferredFormat()) {

0 commit comments

Comments
 (0)