diff options
-rw-r--r-- | docs/guides/test/todo-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/test/todo-tests.md b/docs/guides/test/todo-tests.md index 611bc674d..062abfd90 100644 --- a/docs/guides/test/todo-tests.md +++ b/docs/guides/test/todo-tests.md @@ -44,7 +44,7 @@ test.todo("unimplemented feature", () => { --- -If an implementation is provides, it will be executed and _expected to fail_ by test runner! If a todo test passes, the `bun test` run will return a non-zero exit code to signal the failure. +If an implementation is provided, it will be executed and _expected to fail_ by test runner! If a todo test passes, the `bun test` run will return a non-zero exit code to signal the failure. ```sh $ bun test |