Skip to content

Commit 0b7afb8

Browse files
fix typo
1 parent fcaf42d commit 0b7afb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { OPTION_TYPE_CHECKS } from "./constants";
55
async function main() {
66
const definedOptions = process.argv.filter((option) => option.startsWith('--'))
77
const options = {
8-
_DO_NOT_USE_beforeSignalCleanupMessage: '\nShutting down the epehemeral MySQL database and cleaning all related files...',
8+
_DO_NOT_USE_beforeSignalCleanupMessage: '\nShutting down the ephemeral MySQL database and cleaning all related files...',
99
_DO_NOT_USE_afterSignalCleanupMessage: 'Shutdown and cleanup is complete.'
1010
}
1111
for (const opt of definedOptions) {

0 commit comments

Comments
 (0)