From ff57a1c32188443a54c09ac4e873f0b5bd64d441 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 eefdf684cc22ea..b093f2e014195d 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)