From d8eec645ac036cacf109131c159bb39f5342a338 Mon Sep 17 00:00:00 2001 From: Anton Boritskiy Date: Fri, 20 Aug 2021 12:51:10 +0200 Subject: [PATCH] ADHOC chore docs: fix typo --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 7a0b46d..b2cfce5 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -276,7 +276,7 @@ magento_cache_types: - {name: "translate", enabled: 1} - {name: "config_webservice", enabled: 1} -## During the upgrade of Magneto, there are certain commands that must be run to ensure the database is up to date +## During the upgrade of Magento, there are certain commands that must be run to ensure the database is up to date ## and that content is successfully migrated. These commands are run every release, and are expected to be idempotent. magento_upgrade_commands: - "setup:upgrade --keep-generated"