We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77556a2 commit bc40145Copy full SHA for bc40145
ydb/public/lib/ydb_cli/commands/ydb_command.cpp
@@ -9,7 +9,7 @@ namespace NConsoleClient {
9
bool TLeafCommand::Prompt(TConfig& config) {
10
Y_UNUSED(config);
11
if (Dangerous && !config.AssumeYes) {
12
- return AskPrompt("This command may damage your cluster, do you want to conitnue?", false);
+ return AskPrompt("This command may damage your cluster, do you want to continue?", false);
13
}
14
15
return true;
0 commit comments