From 648696b038426b7508223be83f383dd695c392da Mon Sep 17 00:00:00 2001 From: Qingyu Deng Date: Wed, 24 Feb 2021 20:56:54 +0800 Subject: [PATCH] doc: fix grammar errors in http document PR-URL: https://github.com/nodejs/node/pull/37265 Reviewed-By: James M Snell Reviewed-By: Robert Nagy Reviewed-By: Benjamin Gruenbaum --- doc/api/http.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/doc/api/http.md b/doc/api/http.md index 504fd37073866c..13c1797b6bbaf8 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2256,7 +2256,7 @@ Emitted when the buffer of the message is free again. added: v0.1.17 --> -Emitted when transmission is finished successfully. +Emitted when the transmission is finished successfully. ### Event: `prefinish`