summaryrefslogtreecommitdiff
path: root/packages/integrations/lit/test/server.test.js
diff options
context:
space:
mode:
authorGravatar Anders Kaseorg <andersk@mit.edu> 2022-12-19 03:00:00 -0800
committerGravatar GitHub <noreply@github.com> 2022-12-19 12:00:00 +0100
commit53e0c98dae1046b18eb290018274b44557e52611 (patch)
treee516b75d0dff9737c1d66c9b567fce79041b083e /packages/integrations/lit/test/server.test.js
parent4d4883e816ed1aaefac32d811ec4a78092c31a30 (diff)
downloadastro-53e0c98dae1046b18eb290018274b44557e52611.tar.gz
astro-53e0c98dae1046b18eb290018274b44557e52611.tar.zst
astro-53e0c98dae1046b18eb290018274b44557e52611.zip
Fix spelling mistakes found by codespell and mwic (#5627)
Diffstat (limited to 'packages/integrations/lit/test/server.test.js')
-rw-r--r--packages/integrations/lit/test/server.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/lit/test/server.test.js b/packages/integrations/lit/test/server.test.js
index 0769e59d4..e7b5e98f9 100644
--- a/packages/integrations/lit/test/server.test.js
+++ b/packages/integrations/lit/test/server.test.js
@@ -33,7 +33,7 @@ describe('renderToStaticMarkup', () => {
}
});
- it('should render emtpy component with default markup', async () => {
+ it('should render empty component with default markup', async () => {
const tagName = 'nothing-component';
customElements.define(tagName, class extends LitElement {});
const render = await renderToStaticMarkup(tagName);