diff --git a/doc/api/errors.md b/doc/api/errors.md
index 48dc1f1e392c93..53963080da39bb 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1377,13 +1377,6 @@ Path is a directory.
An attempt has been made to read a file whose size is larger than the maximum
allowed size for a `Buffer`.
-
-
-### `ERR_FS_INVALID_SYMLINK_TYPE`
-
-An invalid symlink type was passed to the [`fs.symlink()`][] or
-[`fs.symlinkSync()`][] methods.
-
### `ERR_HTTP_HEADERS_SENT`
@@ -3276,6 +3269,17 @@ The UTF-16 encoding was used with [`hash.digest()`][]. While the
causing the method to return a string rather than a `Buffer`, the UTF-16
encoding (e.g. `ucs` or `utf16le`) is not supported.
+
+
+### `ERR_FS_INVALID_SYMLINK_TYPE`
+
+
+
+An invalid symlink type was passed to the [`fs.symlink()`][] or
+[`fs.symlinkSync()`][] methods.
+
### `ERR_HTTP2_FRAME_ERROR`