From dc038fcdb1d3244a5e8eb94a744bf4665f9ad461 Mon Sep 17 00:00:00 2001 From: Naor Peled Date: Wed, 16 Mar 2022 14:48:01 +0200 Subject: [PATCH] fix(commands/clear-account): resolve typo --- src/commands/clear-account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/clear-account.js b/src/commands/clear-account.js index 3e8af8d..f7784bb 100644 --- a/src/commands/clear-account.js +++ b/src/commands/clear-account.js @@ -249,7 +249,7 @@ class ClearAccountCommand extends Command { } ClearAccountCommand.description = - "Clear your AWS account from all supported resources. Use with cautious!"; + "Clear your AWS account from all supported resources. Use with caution!"; ClearAccountCommand.flags = { force: flags.boolean({ char: "f",