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');