From ff69fd27e7e8fc808980923b812ad696ca3f9ff8 Mon Sep 17 00:00:00 2001 From: Schrank Date: Thu, 15 Feb 2024 17:24:22 +0000 Subject: [PATCH] [automatic] Update docs with bin/docgen --- 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 0c577e2ba..72bbb6993 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 concurrent jobs to run. The default is 1 +Also set the number of conccurent jobs to run. The default is 1 Update using: `set('static_content_jobs', '1');` ```php title="Default value"