Skip to content

Commit

Permalink
docs(recipe/magento2): fix typo in conccurent (#3830)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimJoSt committed May 17, 2024
1 parent 04c5926 commit 79ab3b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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#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"
Expand Down
2 changes: 1 addition & 1 deletion recipe/magento2.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 79ab3b6

Please sign in to comment.