From 744c723b7343be2cab0fb372f3da7826e3e05d3f 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 e7f5fe51dd3c38..b07ed9a740a228 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`