We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234b088 commit 9851ae0Copy full SHA for 9851ae0
README.md
@@ -144,7 +144,7 @@ There are three possible options for `$mutexTimeout` field:
144
145
### Handle several commands
146
147
-Sometimes it is useful to set common mutex for a several commands. You can easily achieve this by setting them the same mutex name.
+Sometimes it is useful to set common mutex for several commands. You can easily achieve this by setting them the same mutex name.
148
By default, mutex name is generated based on a command's name and arguments. To change this, just override `getMutexName` method in your command:
149
150
```php
0 commit comments