diff --git a/docs/cli/test.md b/docs/cli/test.md index 19bfb8e246..dd96e31341 100644 --- a/docs/cli/test.md +++ b/docs/cli/test.md @@ -103,7 +103,7 @@ Bun supports the following lifecycle hooks: | `afterEach` | Runs after each test. | | `afterAll` | Runs once after all tests. | -These hooks can be define inside test files, or in a separate file that is preloaded with the `--preload` flag. +These hooks can be defined inside test files, or in a separate file that is preloaded with the `--preload` flag. ```ts $ bun test --preload ./setup.ts