From 99f11dafe298eab531f87f5197a932f2fa43b54b Mon Sep 17 00:00:00 2001 From: Anderson Joseph Date: Thu, 31 Aug 2023 12:35:08 -0400 Subject: [PATCH] fix: docs typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05816530..6f534708 100644 --- a/README.md +++ b/README.md @@ -455,7 +455,7 @@ A `'drain'` event is emitted whenever the `queueSize` reaches `0`. Similar to [`Piscina#needsDrain`](#property-needsdrain-readonly); this event is triggered once the total capacity of the pool is exceeded -by number of tasks enequeued that are pending of execution. +by number of tasks enqueued that are pending of execution. ### Event: `'message'`