From e2b810dbaaaa7d505697a49b3e64ba7b17c10abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joda=20St=C3=B6=C3=9Fer?= Date: Thu, 15 Feb 2024 17:16:05 +0100 Subject: [PATCH 1/2] docs(recipe/magento2): fix typo in conccurent --- docs/recipe/magento2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipe/magento2.md b/docs/recipe/magento2.md index 72bbb6993..fbbc692e1 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#L63) -Also set the number of conccurent jobs to run. The default is 1 +Also set the number of concurent jobs to run. The default is 1 Update using: `set('static_content_jobs', '1');` ```php title="Default value" From 2830acb103a4df68bfde8446c7972838281a1734 Mon Sep 17 00:00:00 2001 From: Fabian Blechschmidt Date: Thu, 15 Feb 2024 18:23:37 +0100 Subject: [PATCH 2/2] Fix typo --- docs/recipe/magento2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipe/magento2.md b/docs/recipe/magento2.md index fbbc692e1..0c577e2ba 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#L63) -Also set the number of concurent 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"