diff --git a/fiches/static/fiches/js/forms.js b/fiches/static/fiches/js/forms.js index 9890442..916c775 100644 --- a/fiches/static/fiches/js/forms.js +++ b/fiches/static/fiches/js/forms.js @@ -1,7 +1,7 @@ "use strict"; -// Sub-entry of a mutli-entry form entry -// (e.g. one phone number amont several phone numbers grouped in a single entry) +// Sub-entry of a multi-entry form entry +// (e.g. one phone number among several phone numbers grouped in a single entry) class SubEntry { constructor(subEntryElement, index, parentFormEntry) { this.parentFormEntry = parentFormEntry;