aboutsummaryrefslogtreecommitdiff
path: root/docs/test/writing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/test/writing.md')
-rw-r--r--docs/test/writing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/test/writing.md b/docs/test/writing.md
index e5e3fe1b0..a99af8b90 100644
--- a/docs/test/writing.md
+++ b/docs/test/writing.md
@@ -101,7 +101,7 @@ test.todo("fix this", () => {
});
```
-To exlusively run tests marked as _todo_, use `bun test --todo`.
+To exclusively run tests marked as _todo_, use `bun test --todo`.
```sh
$ bun test --todo