diff --git a/lib/internal/streams/destroy.js b/lib/internal/streams/destroy.js index aba31ccaa09827..ded75b255934c4 100644 --- a/lib/internal/streams/destroy.js +++ b/lib/internal/streams/destroy.js @@ -23,7 +23,7 @@ function needError(stream, err) { } // Undocumented cb() API, needed for core, not for public API. -// cb() well be invoked synchronously if _destroy is synchronous. +// The cb() will be invoked synchronously if _destroy is synchronous. function destroy(err, cb) { const r = this._readableState; const w = this._writableState;