We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50809a commit cad869dCopy full SHA for cad869d
packages/models/src/lib/table.unit.test.ts
@@ -60,7 +60,7 @@ describe('tableSchema', () => {
60
it('should parse complete table', () => {
61
const fullTable: Table = {
62
headings: [
63
- // center oftern is the default when rendering in MD or HTML
+ // center is often the default when rendering in MD or HTML
64
{ key: 'phase', label: 'Phase' },
65
{ key: 'percentageLcp', label: '% of LCP', align: 'r' },
66
{ key: 'timing', label: 'Timing', align: 'l' },
0 commit comments