Skip to content

Commit

Permalink
sveltejs#2324, adjusted invalid-tag-name test error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
erzr committed Nov 15, 2019
1 parent 6921485 commit ea66d52
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
{
"code": "invalid-tag-name",
"message": "Valid <svelte:...> tag names are svelte:head, svelte:options, svelte:window, svelte:body, svelte:self or svelte:component",
"message": "Valid <svelte:...> tag names are svelte:head, svelte:options, svelte:window, svelte:body, svelte:self, svelte:component or svelte:element",
"pos": 10,
"start": {
"character": 10,
Expand Down

0 comments on commit ea66d52

Please sign in to comment.