docs: spell fix in README.md
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 6 Jun 2023 21:10:45 +0000 (23:10 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 6 Jun 2023 21:10:45 +0000 (23:10 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index 53d16e26aa283a501e0934dd535d5d12d82995f0..40ee0fc79e1ebd3aec5d2bb24fd6b24a11e79ec4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -162,7 +162,7 @@ Node versions >= 16.14.x are supported.
 - `exitHandler` (optional) - A function that will listen for exit event on each worker
 - `workerChoiceStrategy` (optional) - The worker choice strategy to use in this pool:
 
-  - `WorkerChoiceStrategies.ROUND_ROBIN`: Submit tasks to worker in a round robbin fashion
+  - `WorkerChoiceStrategies.ROUND_ROBIN`: Submit tasks to worker in a round robin fashion
   - `WorkerChoiceStrategies.LEAST_USED`: Submit tasks to the worker with the minimum number of running and ran tasks
   - `WorkerChoiceStrategies.LEAST_BUSY`: Submit tasks to the worker with the minimum tasks total execution time
   - `WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN`: Submit tasks to worker by using a weighted round robin scheduling algorithm based on tasks execution time