Skip to content

Commit 14b53df

Browse files
authored
doc: fix unordered error anchors
PR-URL: #55242 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 5ff9b07 commit 14b53df

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/api/errors.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1295,18 +1295,20 @@ added: v16.7.0
12951295

12961296
When using [`fs.cp()`][], `src` or `dest` pointed to an invalid path.
12971297

1298-
<a id="ERR_FS_CP_FIFO_PIPE"></a>
1298+
<a id="ERR_HTTP_BODY_NOT_ALLOWED"></a>
12991299

13001300
### `ERR_HTTP_BODY_NOT_ALLOWED`
13011301

13021302
An error is thrown when writing to an HTTP response which does not allow
1303-
contents. <a id="ERR_HTTP_BODY_NOT_ALLOWED"></a>
1303+
contents.
1304+
1305+
<a id="ERR_HTTP_CONTENT_LENGTH_MISMATCH"></a>
13041306

13051307
### `ERR_HTTP_CONTENT_LENGTH_MISMATCH`
13061308

13071309
Response body size doesn't match with the specified content-length header value.
13081310

1309-
<a id="ERR_HTTP_CONTENT_LENGTH_MISMATCH"></a>
1311+
<a id="ERR_FS_CP_FIFO_PIPE"></a>
13101312

13111313
### `ERR_FS_CP_FIFO_PIPE`
13121314

0 commit comments

Comments
 (0)