From c55574b4d3679257b3abd0137a06026bbf99ff80 Mon Sep 17 00:00:00 2001 From: xnacly <47723417+xNaCly@users.noreply.github.com> Date: Wed, 13 Sep 2023 03:53:23 +0200 Subject: [PATCH] fix typo and grammar errors (#5046) --- bunfig.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bunfig.toml b/bunfig.toml index 4e205af4f0..99838d3ce6 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"