From 0bd38f6ba51e04e1a67eed30d6221206d8a37c43 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Wed, 30 Dec 2020 15:17:12 +0100 Subject: [PATCH] Fixing function name --- 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 e7502432a16..cceffb6b6b1 100644 --- a/form/form_collections.rst +++ b/form/form_collections.rst @@ -572,7 +572,7 @@ First, add a "delete this tag" link to each tag form: // ... the rest of the block from above }); - function addTagForm() { + function addFormToCollection() { // ... // add a delete link to the new form