From 81458f2c8cbe2bd10588f59719337603be207b07 Mon Sep 17 00:00:00 2001 From: Claudio Canales Date: Mon, 10 Apr 2023 08:54:27 -0700 Subject: [PATCH] Fix typo --- src/cli/commands/user/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, ];