Skip to content

Commit d9ffbfb

Browse files
[Doc] Fix an RST syntax issue in LiveComponent
1 parent c8a50ad commit d9ffbfb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2278,12 +2278,12 @@ The system doesn't handle every edge case, so here are some things to keep in mi
22782278
* If JavaScript changes an attribute on an element, that change is **preserved**.
22792279
* If JavaScript adds a new element, that element is **preserved**.
22802280
* If JavaScript removes an element that was originally rendered by the component,
2281-
that change will be **lost**: the element will be re-added during the next re-render.
2281+
that change will be **lost**: the element will be re-added during the next re-render.
22822282
* If JavaScript changes the text of an element, that change is **lost**: it will
2283-
be restored to the text from the server during the next re-render.
2283+
be restored to the text from the server during the next re-render.
22842284
* If an element is moved from one location in the component to another,
2285-
that change is **lost**: the element will be re-added in its original location
2286-
during the next re-render.
2285+
that change is **lost**: the element will be re-added in its original location
2286+
during the next re-render.
22872287

22882288
Skipping Updating Certain Elements
22892289
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)