From 5135bae2bf2a0d39e59711f366ce2c25ad3164bc Mon Sep 17 00:00:00 2001 From: Riddhi Date: Wed, 12 Nov 2025 19:36:05 +0530 Subject: [PATCH] doc: correct 'event handle' to 'event handler' in Utf8Stream drop event --- doc/api/fs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index f09395cb123150..c0c88a3abb90c1 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -7736,9 +7736,9 @@ to allow continued writing. #### Event: `'drop'` -The `'drop'` event is emitted when to maximal length is reached and that data +The `'drop'` event is emitted when the maximal length is reached and that data will not be written. The data that was dropped is passed as the first argument -to the event handle. +to the event handler. #### Event: `'error'`