diff options
author | 2023-09-13 03:53:23 +0200 | |
---|---|---|
committer | 2023-09-12 18:53:23 -0700 | |
commit | c55574b4d3679257b3abd0137a06026bbf99ff80 (patch) | |
tree | fad9e7d752e978b2ce8b178c9bf7d165b2a29d40 | |
parent | 2f27e24778ffc6b93d2f7ecddb671730d0aada33 (diff) | |
download | bun-c55574b4d3679257b3abd0137a06026bbf99ff80.tar.gz bun-c55574b4d3679257b3abd0137a06026bbf99ff80.tar.zst bun-c55574b4d3679257b3abd0137a06026bbf99ff80.zip |
fix typo and grammar errors (#5046)
-rw-r--r-- | bunfig.toml | 6 |
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" |