diff --git a/doc/api/errors.md b/doc/api/errors.md
index 3efe6bcd47d712..616d288ed5557a 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -2486,8 +2486,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
@@ -2526,8 +2524,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.