From 2e125cc2f3979817bc61c8445af56205935634b2 Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Fri, 22 Feb 2019 19:27:41 +0900 Subject: [PATCH] doc: clarify http.ClientRequest path description Clarify `http.ClientRequest` path description. Fixes: https://github.com/nodejs/node/issues/25864 PR-URL: https://github.com/nodejs/node/pull/26259 Reviewed-By: Luigi Pinca --- doc/api/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http.md b/doc/api/http.md index bd183d329a078e..9e6b6e4264ec2c 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -638,7 +638,7 @@ Limits maximum response headers count. If set to 0, no limit will be applied. added: v0.4.0 --> -* {string} The request path. Read-only. +* {string} The request path. ### request.removeHeader(name)