From 9c78033d3b53d43f9abeba782984789fbc293534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joda=20Sto=CC=88=C3=9Fer?= Date: Fri, 17 May 2024 11:54:50 +0300 Subject: [PATCH] docs(recipe/magento2): fix typo in conccurent --- docs/recipe/magento2.md | 2 +- recipe/magento2.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/recipe/magento2.md b/docs/recipe/magento2.md index 7e83e7801..58c8f0709 100644 --- a/docs/recipe/magento2.md +++ b/docs/recipe/magento2.md @@ -191,7 +191,7 @@ This setting supports the same options/structure as [magento_themes](/docs/recip ### static_content_jobs [Source](https://github.com/deployphp/deployer/blob/master/recipe/magento2.php#L64) -Also set the number of conccurent jobs to run. The default is 1 +Also set the number of concurrent jobs to run. The default is 1 Update using: `set('static_content_jobs', '1');` ```php title="Default value" diff --git a/recipe/magento2.php b/recipe/magento2.php index fdfe6d24f..0abaa4ebc 100644 --- a/recipe/magento2.php +++ b/recipe/magento2.php @@ -59,7 +59,7 @@ // Configuration -// Also set the number of conccurent jobs to run. The default is 1 +// Also set the number of concurrent jobs to run. The default is 1 // Update using: `set('static_content_jobs', '1');` set('static_content_jobs', '1');