diff --git a/doc/api/errors.md b/doc/api/errors.md
index 904335a39a12be..15428b8a148a62 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -2630,8 +2630,6 @@ releases.
#### `ERR_ENTRY_TYPE_MISMATCH`
-> Stability: 1 - Experimental
-
The `--entry-type=commonjs` flag was used to attempt to execute an `.mjs` file
or a `.js` file where the nearest parent `package.json` contains
`"type": "module"`; or
@@ -2670,8 +2668,6 @@ while trying to read and parse it.
#### `ERR_INVALID_REPL_TYPE`
-> Stability: 1 - Experimental
-
The `--entry-type=...` flag is not compatible with the Node.js REPL.