Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(recipe/magento2): fix typo in conccurent #3830

Merged
Show file tree
Hide file tree
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#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
Loading