Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 16, 2024
1 parent 23a502e commit ca6bd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-template-compiler/src/ir/converter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('convertProps', () => {
])
})

test('attrivute value (static class) : <div class="static" />', () => {
test('attribute value (static class) : <div class="static" />', () => {
const el = getSvelteElement('<div class="static" />')
expect(convertProps(el!)).toMatchObject([
{
Expand Down

0 comments on commit ca6bd04

Please sign in to comment.