diff --git a/form/form_collections.rst b/form/form_collections.rst index 8b34dc700aa..ca7dd6228f7 100644 --- a/form/form_collections.rst +++ b/form/form_collections.rst @@ -657,7 +657,7 @@ the relationship between the removed ``Tag`` and ``Task`` object. The Symfony community has created some JavaScript packages that provide the functionality needed to add, edit and delete elements of the collection. Check out the `@a2lix/symfony-collection`_ package for modern browsers and - the `symfony-collection`_ package based on `jQuery`_ for the rest of browsers. + the `symfony-collection`_ package based on jQuery for the rest of browsers. .. _`Owning Side and Inverse Side`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/unitofwork-associations.html .. _`JSFiddle`: https://jsfiddle.net/ey8ozh6n/ diff --git a/form/form_customization.rst b/form/form_customization.rst index 7c1fc159404..738ac6a947e 100644 --- a/form/form_customization.rst +++ b/form/form_customization.rst @@ -270,7 +270,7 @@ Renders any errors for the given field. In the Bootstrap 4 form theme, ``form_errors()`` is already included in ``form_label()``. Read more about this in the - :ref:`Bootstrap 4 theme documentation `. + :ref:`Bootstrap 4 theme documentation `. .. _reference-forms-twig-widget: