aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar xnacly <47723417+xNaCly@users.noreply.github.com> 2023-09-13 03:53:23 +0200
committerGravatar GitHub <noreply@github.com> 2023-09-12 18:53:23 -0700
commitc55574b4d3679257b3abd0137a06026bbf99ff80 (patch)
treefad9e7d752e978b2ce8b178c9bf7d165b2a29d40
parent2f27e24778ffc6b93d2f7ecddb671730d0aada33 (diff)
downloadbun-c55574b4d3679257b3abd0137a06026bbf99ff80.tar.gz
bun-c55574b4d3679257b3abd0137a06026bbf99ff80.tar.zst
bun-c55574b4d3679257b3abd0137a06026bbf99ff80.zip
fix typo and grammar errors (#5046)
-rw-r--r--bunfig.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/bunfig.toml b/bunfig.toml
index 4e205af4f..99838d3ce 100644
--- a/bunfig.toml
+++ b/bunfig.toml
@@ -1,8 +1,8 @@
[test]
# Large monorepos (like Bun) may want to specify the test directory more specifically
-# By default, `bun test` scans every single folder recurisvely which, if you
-# have a gigantic submodule (like WebKit), it has to do lots of directory
+# By default, `bun test` scans every single folder recursively which, if you
+# have a gigantic submodule (like WebKit), requires lots of directory
# traversals
#
-# Instead, we can just make it scan only the test directory for Bun's runtime tests
+# Instead, we can only scan the test directory for Bun's runtime tests
root = "test"