Skip to content

Commit fa4350c

Browse files
marekvospelJounQin
authored andcommitted
test(html-self-closing): typo
1 parent 9b40fd0 commit fa4350c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fixtures/rules/html-self-closing/invalid/presets/html/preset-html-input.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33
<div />
44
<img>
5-
<TestCompoment />
5+
<TestComponent />
66
</div>
77
<!-- prettier-ignore -->
88
<svelte:head></svelte:head>

tests/fixtures/rules/html-self-closing/invalid/presets/none/preset-none-errors.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"column": 3
66
},
77
{
8-
"message": "Disalllow self-closing on Svelte custom components.",
8+
"message": "Disallow self-closing on Svelte custom components.",
99
"line": 4,
1010
"column": 3
1111
},

0 commit comments

Comments
 (0)