docs: spell fix in README.md
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 17 Aug 2023 13:24:58 +0000 (15:24 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 17 Aug 2023 13:24:58 +0000 (15:24 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index 0faebec4220e2a7e9208b6cd6fe8e1fa8d97401e..d104bd528487a4da5e017c1f0e569184bdf82d7c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -128,7 +128,7 @@ pool.emitter.on(PoolEvents.ready, () => console.info('Pool is ready'))
 pool.emitter.on(PoolEvents.busy, () => console.info('Pool is busy'))
 
 // the execute method signature is the same for both implementations,
-// so you can easy switch from one to another
+// so you can easily switch from one to another
 pool
   .execute()
   .then((res) => {