diff options
author | 2023-07-29 12:58:45 +0200 | |
---|---|---|
committer | 2023-07-29 03:58:45 -0700 | |
commit | dccf82b1c682a84c42540ba9e00e5e9296cc7e5f (patch) | |
tree | 18778b43288415fb057049992c7d2d914bbc31ee /docs/test/writing.md | |
parent | 5563be99d33d02f2e7ddc1c3fadcb0cffeee72d8 (diff) | |
download | bun-dccf82b1c682a84c42540ba9e00e5e9296cc7e5f.tar.gz bun-dccf82b1c682a84c42540ba9e00e5e9296cc7e5f.tar.zst bun-dccf82b1c682a84c42540ba9e00e5e9296cc7e5f.zip |
docs: fixed small errors (#3879)
* Update cache.md
* Update index.md
* Update macros.md
* Update writing.md
Diffstat (limited to '')
-rw-r--r-- | docs/test/writing.md | 2 |
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 |