Skip to content

Commit daeaaa4

Browse files
afshinmaloysb
andauthored
Update src/header.ts
Co-authored-by: abitbetterthanyesterday <[email protected]>
1 parent 0a9f57f commit daeaaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/header.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Header extends Base {
6262
// let's create a shadow table with the first 10 rows of the data
6363
// and let the browser to render the table with table-layout: auto
6464
// no padding, margin or border to get the minimum space required
65-
// to render columns. One the table is rendered and widths are known,
65+
// to render columns. Once the table is rendered and widths are known,
6666
// we unmount the shadow table from the DOM and set the correct width
6767
render(
6868
h(ShadowTable, {

0 commit comments

Comments
 (0)