Fix typos in comments.
This commit is contained in:
parent
dcb34ad451
commit
14f9424024
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue