diff --git a/doc/api/errors.md b/doc/api/errors.md
index 127872221c0f72..1866ef333706a6 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -2003,13 +2003,6 @@ An invalid [`package.json`][] file failed parsing.
The `package.json` [`"exports"`][] field contains an invalid target mapping
value for the attempted module resolution.
-
-
-### `ERR_INVALID_PERFORMANCE_MARK`
-
-While using the Performance Timing API (`perf_hooks`), a performance mark is
-invalid.
-
### `ERR_INVALID_PROTOCOL`
@@ -3473,6 +3466,18 @@ removed: v15.0.0
An invalid or unknown file encoding was passed.
+
+
+### `ERR_INVALID_PERFORMANCE_MARK`
+
+
+
+While using the Performance Timing API (`perf_hooks`), a performance mark is
+invalid.
+
### `ERR_INVALID_TRANSFER_OBJECT`