diff --git a/doc/api/errors.md b/doc/api/errors.md
index a6aaa57d924f26..37319f4c3c8d15 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1295,18 +1295,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`