Skip to content

Commit aedb698

Browse files
xNaClypaperclover
authored andcommitted
fix typo and grammar errors (oven-sh#5046)
1 parent eb0b21c commit aedb698

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bunfig.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[test]
22
# Large monorepos (like Bun) may want to specify the test directory more specifically
3-
# By default, `bun test` scans every single folder recurisvely which, if you
4-
# have a gigantic submodule (like WebKit), it has to do lots of directory
3+
# By default, `bun test` scans every single folder recursively which, if you
4+
# have a gigantic submodule (like WebKit), requires lots of directory
55
# traversals
66
#
7-
# Instead, we can just make it scan only the test directory for Bun's runtime tests
7+
# Instead, we can only scan the test directory for Bun's runtime tests
88
root = "test"

0 commit comments

Comments
 (0)