From 7be77ef4a3012ea58ea9b57058d2b82417785882 Mon Sep 17 00:00:00 2001 From: Jan Klan <5463371+janklan@users.noreply.github.com> Date: Mon, 8 Aug 2022 15:37:16 +0930 Subject: [PATCH] Fix typo --- src/LiveComponent/src/Resources/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LiveComponent/src/Resources/doc/index.rst b/src/LiveComponent/src/Resources/doc/index.rst index 50567fc1844..d6dc5042779 100644 --- a/src/LiveComponent/src/Resources/doc/index.rst +++ b/src/LiveComponent/src/Resources/doc/index.rst @@ -854,7 +854,7 @@ This is possible thanks to the team work of two pieces: - ``ComponentWithFormTrait`` has a modifiable ``LiveProp`` that holds the form data and is updated each time a field changes. On each re-render, these values are used to "submit" the form, - triggering validaation! However, if a field has not been modified + triggering validation! However, if a field has not been modified yet by the user, its validation errors are cleared so that they aren't displayed.