Fix typos in comments.

This commit is contained in:
Daru13 2020-09-24 17:56:34 +02:00
parent dcb34ad451
commit 14f9424024

View file

@ -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;