From 5b9e1e570862ca5f947ad489f2f989d62017852b Mon Sep 17 00:00:00 2001 From: Dale Seo <5466341+DaleSeo@users.noreply.github.com> Date: Sun, 21 Jan 2024 20:17:55 -0500 Subject: [PATCH] docs: fix a typo (#8338) --- docs/cli/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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