Skip to content

Commit

Permalink
fix: typo Count/Could (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 6, 2024
1 parent 67e5f62 commit 9cd2adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ sade2
options.testRunner = testRunner

if (testRunner.moduleId === 'none') {
log.warn('Count not find a test runner. Using "none".')
log.warn('Could not find a test runner. Using "none".')
} else {
log.info(`Autodetected "${testRunner.moduleId}" as the runner.`)
}
Expand Down

0 comments on commit 9cd2adb

Please sign in to comment.