From 46322c9ac045b6a5dc7d9d44137a935cc749e86b Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Wed, 30 Dec 2020 17:03:04 +0100 Subject: [PATCH] Minor rewording Follow up of https://github.com/symfony/symfony-docs/pull/14760 "The goal of this section will be" is horrible IMHO ;-) --- form/form_collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/form_collections.rst b/form/form_collections.rst index 9ed02bc515c..8ca19623a53 100644 --- a/form/form_collections.rst +++ b/form/form_collections.rst @@ -280,7 +280,7 @@ On the rendered page, the result will look something like this: the ``data-prototype`` attribute is automatically added to the containing ``div``, and you need to adjust the following JavaScript accordingly. -The goal of this section will be to use JavaScript to read this attribute +Now add some JavaScript to read this attribute and dynamically add new tag forms when the user clicks the "Add a tag" link. This example uses `jQuery`_ and assumes you have it included somewhere on your page (e.g. using Symfony's :doc:`Webpack Encore `).