Skip to content

Commit 868f846

Browse files
estliberitasmarco-ippolito
authored andcommitted
doc: fix missing link to the Error documentation in the http page
PR-URL: #59080 Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
1 parent 048560f commit 868f846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2586,7 +2586,7 @@ will check whether `Content-Length` and the length of the body which has
25862586
been transmitted are equal or not.
25872587

25882588
Attempting to set a header field name or value that contains invalid characters
2589-
will result in a \[`Error`]\[] being thrown.
2589+
will result in a [`TypeError`][] being thrown.
25902590

25912591
### `response.writeProcessing()`
25922592

0 commit comments

Comments
 (0)