Skip to content

Commit 0e24acb

Browse files
committed
minor #809 [Doc] typo(index): small fix (Guikingone)
This PR was merged into the 2.x branch. Discussion ---------- [Doc] typo(index): small fix | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | Fix #... | License | MIT Just noticed this `if` in the sentence, might be wrong but perhaps `is` will be better? 🤔 Commits ------- 1834cdc typo(index): small fix
2 parents 4453798 + 1834cdc commit 0e24acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2669,7 +2669,7 @@ Advanced Functionality
26692669
The Smart Re-Render Algorithm
26702670
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26712671

2672-
When a component re-renders, the new HTML if "morphed" onto the existing
2672+
When a component re-renders, the new HTML is "morphed" onto the existing
26732673
elements on the page. For example, if the re-render includes a new ``class``
26742674
on an existing element, that class will be added to that element.
26752675

0 commit comments

Comments
 (0)