Skip to content

Commit 86f8ef0

Browse files
committed
ICM: Readme fixes.
1 parent 637ded2 commit 86f8ef0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ 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
106-
required timeout for a mutex, so it can wait for another instance to finish it's execution, instead of just quiting immediately.
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.
107107
108108
You can change mutex timeout by specifying `$mutexTimeout` field:
109109
@@ -140,7 +140,7 @@ There are three possible options for `$mutexTimeout` field:
140140
141141
- `0` - check without waiting (default);
142142
- `{milliseconds}` - check, and wait for a maximum of milliseconds specified;
143-
- `null` - wait, till running instance finish its execution;
143+
- `null` - wait, till running command finish it's execution;
144144

145145
### Handle several commands
146146

0 commit comments

Comments
 (0)