Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Dec 13, 2023
1 parent f5f4f9a commit dd483c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/spinner/spinner.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('<sl-spinner>', () => {
it('should have flex:none to prevent flex re-sizing', async () => {
const spinner = await fixture<SlSpinner>(html` <sl-spinner></sl-spinner> `);

// 0 0 auto is a comiled value for `none`
// 0 0 auto is a compiled value for `none`
expect(getComputedStyle(spinner).flex).to.equal('0 0 auto');
});
});
Expand Down

0 comments on commit dd483c0

Please sign in to comment.