Skip to content

[live-component docs] Fix typo and format warning at top of page #1372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/LiveComponent/doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Live Components
===============

**EXPERIMENTAL** This component is currently experimental and is likely
to change, or even change drastically.
.. caution::

This component is currently experimental and is likely to change, or even
change drastically.

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

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

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