From 14c9dc1890bcd898df7ddd730190b2806a568868 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 16 Dec 2023 12:15:20 +0100 Subject: [PATCH] typo --- src/Console/ConfigTransformerApplication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/ConfigTransformerApplication.php b/src/Console/ConfigTransformerApplication.php index 6dd803ed9ed..bc6fab83bbb 100644 --- a/src/Console/ConfigTransformerApplication.php +++ b/src/Console/ConfigTransformerApplication.php @@ -17,7 +17,7 @@ public function __construct(SwitchFormatCommand $switchFormatCommand) $this->add($switchFormatCommand); - // hid unnecesary command + // hide unnecesary command $this->get('help')->setHidden(); $this->get('completion')->setHidden();