Skip to content

Commit 11de6c7

Browse files
estliberitastargos
authored andcommitted
doc: fix missing link to the Error documentation in the http page
PR-URL: #59080 Reviewed-By: Daeyeon Jeong <[email protected]>
1 parent 2417797 commit 11de6c7

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
@@ -2641,7 +2641,7 @@ will check whether `Content-Length` and the length of the body which has
26412641
been transmitted are equal or not.
26422642

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

26462646
### `response.writeProcessing()`
26472647

0 commit comments

Comments
 (0)