Skip to content

Commit

Permalink
247 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanrd authored Feb 21, 2024
1 parent 3bd3d92 commit 2dc68fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-headless-table/src/plugins/data-sorting/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class ColumnMeta {
}
}

export class TTableMeta<DataType = unknown> {
export class TableMeta<DataType = unknown> {
constructor(private table: Table<DataType>) {}

@cached
Expand Down

0 comments on commit 2dc68fe

Please sign in to comment.