From 932000020af98d70d352e93f339858952e455192 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 4c77e45296a410..95c09e57e925d0 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2213,7 +2213,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`