diff --git a/abstract-table.ts b/abstract-table.ts index 8d0fe47..e913a6f 100644 --- a/abstract-table.ts +++ b/abstract-table.ts @@ -25,7 +25,7 @@ export abstract class Table { * ```{ id: "ID", name: "Name" }```, this makes the columns appear in the order of ID then Name. * @param messageElement Used to display messaged related to data output. Optional. * Omit (undefined) to use the class provided HTMLParagraphElement. - * Pass an HTMLElement tp ise a custom element. + * Pass an HTMLElement to use a custom element. * Pass null to disable automatic message output. */ constructor(exampleObject: R, displayNamesAndOrder?: Record, messageElement?: HTMLElement | null | undefined) {