Skip to content

Commit f7b5b61

Browse files
author
Jim Hague
committed
Speeling fix.
1 parent fc799a6 commit f7b5b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SeriesWrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export class SeriesWrapperTable extends SeriesWrapper {
126126

127127
const col = table.columns[index];
128128
if (!col) {
129-
throw new Error('Unkonwn Column: ' + index);
129+
throw new Error('Unknown Column: ' + index);
130130
}
131131

132132
this.name = col.text;

0 commit comments

Comments
 (0)