Skip to content

Commit

Permalink
Update ember-headless-table/src/-private/table.ts
Browse files Browse the repository at this point in the history
Co-authored-by: nicole chung <[email protected]>
  • Loading branch information
NullVoxPopuli and nicolechung authored Dec 19, 2022
1 parent 57c22d4 commit a7d4193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-headless-table/src/-private/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class Table<DataType = unknown> extends Resource<Signature<DataType>> {
* @private
*
* Unused for now, may be used in the future.
* This data is collected along with the scrollContainerWidth,
* This data is collected along with the scrollContainerWidth, (which is currently in use)
* which is used
*/
@tracked scrollContainerHeight?: number;
Expand Down

0 comments on commit a7d4193

Please sign in to comment.