diff --git a/doc/api/cli.md b/doc/api/cli.md index 1e804ddd4e31a0..41083af5ac4fcf 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -543,7 +543,7 @@ For example, the following script will emit the [DEP0025 `require('node:sys')`][DEP0025 warning], but not any Experimental Warnings (such as [ExperimentalWarning: `vm.measureMemory` is an experimental feature][] -in <=v21) when executed with `node --disable-warning=ExperimentalWarnings`: +in <=v21) when executed with `node --disable-warning=ExperimentalWarning`: ```mjs import sys from 'node:sys';