Skip to content

Commit bd686d7

Browse files
committed
minor #753 [Doc] Fix an RST syntax issue in LiveComponent (javiereguiluz)
This PR was merged into the 2.x branch. Discussion ---------- [Doc] Fix an RST syntax issue in LiveComponent | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | - | License | MIT Fixes this issue: ![](https://user-images.githubusercontent.com/73419/226950936-a1b6c311-5222-43da-ab67-8e1e74856173.png) Commits ------- 170d8c6 [Doc] Fix an RST syntax issue in LiveComponent
2 parents 6c8e59f + 170d8c6 commit bd686d7

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)