From 921e36ece94a1256b2aaa2ec3d87e9d885676c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerhard=20St=C3=B6bich?= Date: Mon, 30 Oct 2023 17:44:06 +0100 Subject: [PATCH] doc: remove duplicate word MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/50475 Reviewed-By: Tobias Nießen Reviewed-By: Vinícius Lourenço Claro Cardoso Reviewed-By: Darshan Sen --- doc/api/http.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/api/http.md b/doc/api/http.md index ce761af7561198..11b01b6e9ee767 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -4043,7 +4043,6 @@ identified by `code: 'ERR_INVALID_HTTP_TOKEN'`. It is not necessary to use this method before passing headers to an HTTP request or response. The HTTP module will automatically validate such headers. -Examples: Example: