chore: fix spelling in test (#18292)

ugh i forgot to approve workflows in slop PR #18281 and now tests are
failing
pull/18294/head
Rich Harris 2 months ago committed by GitHub
parent d2c7fa3494
commit c9f7298270
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,7 +1,7 @@
[
{
"code": "script_unknown_attribute",
"message": "Unrecognized attribute — should be one of `generics`, `lang` or `module`. If this exists for a preprocessor, ensure that the preprocessor removes it",
"message": "Unrecognised attribute — should be one of `generics`, `lang` or `module`. If this exists for a preprocessor, ensure that the preprocessor removes it",
"start": {
"column": 8,
"line": 1

@ -1,7 +1,7 @@
[
{
"code": "script_unknown_attribute",
"message": "Unrecognized attribute — should be one of `generics`, `lang` or `module`. If this exists for a preprocessor, ensure that the preprocessor removes it",
"message": "Unrecognised attribute — should be one of `generics`, `lang` or `module`. If this exists for a preprocessor, ensure that the preprocessor removes it",
"start": {
"column": 8,
"line": 1

Loading…
Cancel
Save