diff --git a/doc/api/errors.md b/doc/api/errors.md
index 15428b8a148a62..a33e31f224308e 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -919,6 +919,15 @@ for the JS engine are not set up properly.
A `Promise` that was callbackified via `util.callbackify()` was rejected with a
falsy value.
+
+#### `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM`
+
+
+Used when a feature that is not available
+to the current platform which is running Node.js is used.
+
### `ERR_FS_FILE_TOO_LARGE`
@@ -2670,12 +2679,6 @@ while trying to read and parse it.
The `--entry-type=...` flag is not compatible with the Node.js REPL.
-
-#### `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM`
-
-Used when a feature that is not available
-to the current platform which is running Node.js is used.
-
#### `ERR_STREAM_HAS_STRINGDECODER`