Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/recipe/magento2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 concurrent jobs to run. The default is 1
Update using: `set('static_content_jobs', '1');`

```php title="Default value"
Expand Down