Skip to content

Commit 27028e8

Browse files
authored
docs: fix comment spelling (#472)
1 parent 36aec69 commit 27028e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export function configureTestController(
160160
(segment) => segment === "node_modules" || segment.startsWith("."),
161161
)
162162
) {
163-
// exclude phoenix tests in node_module
163+
// exclude phoenix tests in node_modules
164164
return false;
165165
}
166166

0 commit comments

Comments
 (0)