Skip to content

Commit 9851ae0

Browse files
committed
Readme fixes.
1 parent 234b088 commit 9851ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ There are three possible options for `$mutexTimeout` field:
144144

145145
### Handle several commands
146146

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.
147+
Sometimes it is useful to set common mutex for several commands. You can easily achieve this by setting them the same mutex name.
148148
By default, mutex name is generated based on a command's name and arguments. To change this, just override `getMutexName` method in your command:
149149
150150
```php

0 commit comments

Comments
 (0)