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 86f8ef0 commit 629285bCopy full SHA for 629285b
README.md
@@ -103,7 +103,7 @@ class MyProtectedCommand extends Command
103
### Set custom timeout
104
105
By default mutex is checking for a running command, and if it finds such it just exits. However, you can manually set
106
-required timeout for a mutex, so it can wait for another command to finish it's execution, instead of just quitting immediately.
+timeout for a mutex, so it can wait for another command to finish it's execution, instead of just quitting immediately.
107
108
You can change mutex timeout by specifying `$mutexTimeout` field:
109
0 commit comments