diff --git a/doc/api/errors.md b/doc/api/errors.md
index ebbe215b6075f1..131773143ceca7 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -671,12 +671,6 @@ An operation outside the bounds of a `Buffer` was attempted.
An attempt has been made to create a `Buffer` larger than the maximum allowed
size.
-
-### ERR_CANNOT_TRANSFER_OBJECT
-
-The value passed to `postMessage()` contained an object that is not supported
-for transferring.
-
### ERR_CANNOT_WATCH_SIGINT
@@ -2013,6 +2007,16 @@ A module file could not be resolved while attempting a [`require()`][] or
> Stability: 0 - Deprecated. These error codes are either inconsistent, or have
> been removed.
+
+### ERR_CANNOT_TRANSFER_OBJECT
+
+
+The value passed to `postMessage()` contained an object that is not supported
+for transferring.
+
### ERR_CLOSED_MESSAGE_PORT