Skip to content

Commit 4bd5edf

Browse files
authored
Update index.rst
1 parent 41a53d5 commit 4bd5edf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Live Components
22
===============
33

4-
**EXPERIMENTAL** This component is currently experimental and is likely
5-
to change, or even change drastically.
4+
.. caution::
5+
6+
This component is currently experimental and is likely to change, or even
7+
change drastically.
68

79
Live components builds on top of the `TwigComponent`_ library
810
to give you the power to automatically update your Twig components on
@@ -3256,7 +3258,7 @@ uses Symfony's test client to render and make requests to your components::
32563258
// refresh the component
32573259
$testComponent->refresh();
32583260

3259-
// access the component object (in it's current state)
3261+
// access the component object (in its current state)
32603262
$component = $testComponent->component(); // MyComponent
32613263

32623264
$this->assertSame(99, $component->count);

0 commit comments

Comments
 (0)