Skip to content

Commit 63a9736

Browse files
committed
minor #14763 [Form] Fixing function name (ThomasLandauer)
This PR was merged into the 4.4 branch. Discussion ---------- [Form] Fixing function name Commits ------- 0bd38f6 Fixing function name
2 parents 033f364 + 0bd38f6 commit 63a9736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/form_collections.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ First, add a "delete this tag" link to each tag form:
567567
// ... the rest of the block from above
568568
});
569569
570-
function addTagForm() {
570+
function addFormToCollection() {
571571
// ...
572572
573573
// add a delete link to the new form

0 commit comments

Comments
 (0)