Skip to content

Commit 372c64b

Browse files
committed
missed a spot
1 parent ad7cc71 commit 372c64b

File tree

1 file changed

+2
-2
lines changed
  • packages/svelte/tests/validator/samples/attribute-quoted

1 file changed

+2
-2
lines changed

packages/svelte/tests/validator/samples/attribute-quoted/warnings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"code": "attribute_quoted",
4-
"message": "Quoted attributes on components and custom elements will be stringified in a future version of Svelte. If this isn't what you want, remove the quotes.",
4+
"message": "Quoted attributes on components and custom elements will be stringified in a future version of Svelte. If this isn't what you want, remove the quotes",
55
"start": {
66
"column": 11,
77
"line": 13
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"code": "attribute_quoted",
16-
"message": "Quoted attributes on components and custom elements will be stringified in a future version of Svelte. If this isn't what you want, remove the quotes.",
16+
"message": "Quoted attributes on components and custom elements will be stringified in a future version of Svelte. If this isn't what you want, remove the quotes",
1717
"start": {
1818
"column": 29,
1919
"line": 15

0 commit comments

Comments
 (0)