Skip to content

Commit 4be6786

Browse files
committed
minor #4326 [Components][Form] Grammar improvement (fabschurt)
This PR was merged into the 2.3 branch. Discussion ---------- [Components][Form] Grammar improvement | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | n/a I think the "each the" form is not correct in English, as "each" must generally be used as in "each one of", or "each of", forms that should not be used here either as the countable aspect is already expressed by "each field" further in the phrase anyway. Commits ------- cefddae Apply a grammatical improvement
2 parents 2c190ed + cefddae commit 4be6786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ line to your ``composer.json`` file:
173173
}
174174
175175
The TwigBridge integration provides you with several :doc:`Twig Functions </reference/forms/twig_reference>`
176-
that help you render each the HTML widget, label and error for each field
176+
that help you render the HTML widget, label and error for each field
177177
(as well as a few other things). To configure the integration, you'll need
178178
to bootstrap or access Twig and add the :class:`Symfony\\Bridge\\Twig\\Extension\\FormExtension`::
179179

0 commit comments

Comments
 (0)