diff --git a/src/cli/commands/user/index.ts b/src/cli/commands/user/index.ts index d938a98..dae7417 100644 --- a/src/cli/commands/user/index.ts +++ b/src/cli/commands/user/index.ts @@ -22,7 +22,7 @@ export const user = async ( type: 'confirm', name: 'continue', message: - 'A user configureation already exists. It will be overwritten. Do you want to continue?', + 'A user configuration already exists. It will be overwritten. Do you want to continue?', default: false, }, ];