Skip to content

Commit bc40145

Browse files
authored
[cli] fix mistype (#14766)
1 parent 77556a2 commit bc40145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/public/lib/ydb_cli/commands/ydb_command.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace NConsoleClient {
99
bool TLeafCommand::Prompt(TConfig& config) {
1010
Y_UNUSED(config);
1111
if (Dangerous && !config.AssumeYes) {
12-
return AskPrompt("This command may damage your cluster, do you want to conitnue?", false);
12+
return AskPrompt("This command may damage your cluster, do you want to continue?", false);
1313
}
1414

1515
return true;

0 commit comments

Comments
 (0)