Skip to content

Commit eeba519

Browse files
authored
docs(svelte): fix typo in setup page (#1304)
1 parent a7606ed commit eeba519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/svelte-testing-library/setup.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ library with any testing framework and runner you're comfortable with.
1111

1212
1. Install Vitest and jsdom
1313

14-
We're using `jdom` here as the test environment, but you can use any other
14+
We're using `jsdom` here as the test environment, but you can use any other
1515
options e.g `happy-dom`.
1616

1717
```bash npm2yarn

0 commit comments

Comments
 (0)