Skip to content

Commit 38a4aca

Browse files
authored
Merge pull request #28 from Klaudioz/master
Fix typo
2 parents f010929 + 81458f2 commit 38a4aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/user/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const user = async (
2222
type: 'confirm',
2323
name: 'continue',
2424
message:
25-
'A user configureation already exists. It will be overwritten. Do you want to continue?',
25+
'A user configuration already exists. It will be overwritten. Do you want to continue?',
2626
default: false,
2727
},
2828
];

0 commit comments

Comments
 (0)