Skip to content

Commit e2cc977

Browse files
committed
[LiveComponent] Fix diff code block
1 parent 94a13aa commit e2cc977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ component's `AsTwigComponent` attribute with `AsLiveComponent`:
139139
+use Symfony\UX\LiveComponent\Attribute\AsLiveComponent;
140140

141141
-#[AsTwigComponent('random_number')]
142-
-#[AsLiveComponent('random_number')]
142+
+#[AsLiveComponent('random_number')]
143143
class RandomNumberComponent
144144
{
145145
}

0 commit comments

Comments
 (0)