Skip to content

Commit 96f5d23

Browse files
committed
minor #16396 Remove reference to jQuery from examples code (andrea-cristaudo)
This PR was squashed before being merged into the 5.3 branch. Discussion ---------- Remove reference to jQuery from examples code Remove reference to jQuery from examples code because it's not used anymore. Commits ------- 33472e5 Remove reference to jQuery from examples code
2 parents 8336bd2 + 33472e5 commit 96f5d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
649649
The Symfony community has created some JavaScript packages that provide the
650650
functionality needed to add, edit and delete elements of the collection.
651651
Check out the `@a2lix/symfony-collection`_ package for modern browsers and
652-
the `symfony-collection`_ package based on jQuery for the rest of browsers.
652+
the `symfony-collection`_ package based on `jQuery`_ for the rest of browsers.
653653

654654
.. _`Owning Side and Inverse Side`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/unitofwork-associations.html
655655
.. _`jQuery`: http://jquery.com/

0 commit comments

Comments
 (0)