Skip to content

Commit 963bfa9

Browse files
estliberitasrichardlau
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 76bf6b9 commit 963bfa9

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

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

26222622
### `response.writeProcessing()`
26232623

0 commit comments

Comments
 (0)