Skip to content

Commit c384542

Browse files
committed
ICM: Readme fixes.
1 parent 629285b commit c384542

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
@@ -102,7 +102,7 @@ class MyProtectedCommand extends Command
102102

103103
### Set custom timeout
104104

105-
By default mutex is checking for a running command, and if it finds such it just exits. However, you can manually set
105+
By default mutex is checking for a running command, and if it finds such, it just exits. However, you can manually set
106106
timeout for a mutex, so it can wait for another command to finish it's execution, instead of just quitting immediately.
107107
108108
You can change mutex timeout by specifying `$mutexTimeout` field:

0 commit comments

Comments
 (0)