Skip to content

Commit a650260

Browse files
Xapphire13GeeWee
authored andcommitted
fix: Typo in utils.ts (#534)
1 parent 2af6d2a commit a650260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function getStartDir(): string {
6060
// If this is being executed as a library (under node_modules)
6161
// we want to start with the project directory that's three
6262
// levels above.
63-
// If t his is being executed from the test suite, we want to start
63+
// If this is being executed from the test suite, we want to start
6464
// in the directory of the test
6565

6666
const grandparent = path.resolve(__dirname, '..', '..');

0 commit comments

Comments
 (0)