diff --git a/src/Command/ConfigCreate.php b/src/Command/ConfigCreate.php index 0747d5627..5f7f987be 100644 --- a/src/Command/ConfigCreate.php +++ b/src/Command/ConfigCreate.php @@ -58,7 +58,7 @@ protected function configure(): void $this->setName(static::NAME) ->setDescription( 'Creates a `.magento.env.yaml` file with the specified build, deploy, and post-deploy variable ' . - 'configuration. Overwrites any existing `.magento,.env.yaml` file.' + 'configuration. Overwrites any existing `.magento.env.yaml` file.' ) ->addArgument( self::ARG_CONFIGURATION,