Skip to content

Commit

Permalink
Remove x typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Jul 30, 2021
1 parent 32e7236 commit 823e38a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ packages/reactive-element/reactive-controller.*

packages/tests/node_modules/

packages/transformers/lib/
packages/ts-transformers/lib/

packages/labs/motion/development/
packages/labs/motion/node_modules/
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ packages/reactive-element/reactive-controller.*

packages/tests/node_modules/

packages/transformers/lib/
packages/ts-transformers/lib/

packages/labs/motion/development/
packages/labs/motion/node_modules/
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-transformers/src/tests/idiomatic-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ for (const specifier of [
`;
assert.throws(
() => checkTransform(input, ''),
`xInvalid Lit import style. Did you mean '${specifier}.js'?`
`Invalid Lit import style. Did you mean '${specifier}.js'?`
);
});
}
Expand Down

0 comments on commit 823e38a

Please sign in to comment.