From 8a57550d20c2b79c4f4a9a561fc4d36d2707bb7f Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 2 Oct 2024 20:45:39 +0200 Subject: [PATCH] doc: fix unordered error anchors PR-URL: https://github.com/nodejs/node/pull/55242 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca --- doc/api/errors.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index fd76b2a1f8a7ee..90d111ce592b34 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1301,18 +1301,20 @@ added: v16.7.0 When using [`fs.cp()`][], `src` or `dest` pointed to an invalid path. - + ### `ERR_HTTP_BODY_NOT_ALLOWED` An error is thrown when writing to an HTTP response which does not allow -contents. +contents. + + ### `ERR_HTTP_CONTENT_LENGTH_MISMATCH` Response body size doesn't match with the specified content-length header value. - + ### `ERR_FS_CP_FIFO_PIPE`