diff --git a/doc/api/cli.md b/doc/api/cli.md index 349adc245000a1..b7ee385555d468 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -545,7 +545,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';