diff --git a/readme.md b/readme.md index 7d98353..c629cdf 100644 --- a/readme.md +++ b/readme.md @@ -109,7 +109,7 @@ await queue.add(() => slowTask(), {timeout: 10000}); Type: `boolean`\ Default: `true` -Whether queue tasks within concurrency limit, are auto-executed as soon as they're added. +Whether queue tasks within the concurrency limit are auto-executed as soon as they're added. ##### queueClass