Skip to content

Commit 9aa183d

Browse files
committed
minor #410 [LiveComponent] Fix typo in docs (janklan)
This PR was merged into the 2.x branch. Discussion ---------- [LiveComponent] Fix typo in docs | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | n/a | License | MIT Tiny typo fix. Commits ------- 7be77ef Fix typo
2 parents 53421dd + 7be77ef commit 9aa183d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/src/Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ This is possible thanks to the team work of two pieces:
856856
- ``ComponentWithFormTrait`` has a modifiable ``LiveProp`` that
857857
holds the form data and is updated each time a field changes.
858858
On each re-render, these values are used to "submit" the form,
859-
triggering validaation! However, if a field has not been modified
859+
triggering validation! However, if a field has not been modified
860860
yet by the user, its validation errors are cleared so that they
861861
aren't displayed.
862862

0 commit comments

Comments
 (0)