diff options
Diffstat (limited to 'docs/guides/test/happy-dom.md')
-rw-r--r-- | docs/guides/test/happy-dom.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/test/happy-dom.md b/docs/guides/test/happy-dom.md index 9c6728f88..072790929 100644 --- a/docs/guides/test/happy-dom.md +++ b/docs/guides/test/happy-dom.md @@ -49,7 +49,7 @@ test("set button text", () => { --- -With Happy DOM propertly configured, this test runs as expected. +With Happy DOM properly configured, this test runs as expected. ```sh $ bun test |