Skip to content

Commit cad869d

Browse files
Update packages/models/src/lib/table.unit.test.ts
Co-authored-by: Matěj Chalk <[email protected]>
1 parent a50809a commit cad869d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models/src/lib/table.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe('tableSchema', () => {
6060
it('should parse complete table', () => {
6161
const fullTable: Table = {
6262
headings: [
63-
// center oftern is the default when rendering in MD or HTML
63+
// center is often the default when rendering in MD or HTML
6464
{ key: 'phase', label: 'Phase' },
6565
{ key: 'percentageLcp', label: '% of LCP', align: 'r' },
6666
{ key: 'timing', label: 'Timing', align: 'l' },

0 commit comments

Comments
 (0)