Skip to content

Commit 6f37332

Browse files
committed
Readme fixes.
1 parent d50f506 commit 6f37332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ class ExampleCommand extends Command
102102

103103
### Set custom timeout
104104

105-
By default, a mutex is checking for a running command, and if it finds such, it just exits. However, you can manually
106-
set timeout for a mutex, so it can wait for another command to finish its execution, instead of just quitting immediately.
105+
By default, the mutex is checking for a running command, and if it finds such, it just exits. However, you can manually
106+
set the timeout for a mutex, so it can wait for another command to finish its execution, instead of just quitting immediately.
107107

108108
You can change mutex timeout by specifying `$mutexTimeout` field:
109109

0 commit comments

Comments
 (0)