Skip to content

Commit 277bb84

Browse files
akaustavrichardlau
authored andcommitted
doc: change ExperimentalWarnings to ExperimentalWarning
PR-URL: #51741 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 071bca5 commit 277bb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ For example, the following script will emit the
543543
[DEP0025 `require('node:sys')`][DEP0025 warning], but not any Experimental
544544
Warnings (such as
545545
[ExperimentalWarning: `vm.measureMemory` is an experimental feature][]
546-
in <=v21) when executed with `node --disable-warning=ExperimentalWarnings`:
546+
in <=v21) when executed with `node --disable-warning=ExperimentalWarning`:
547547

548548
```mjs
549549
import sys from 'node:sys';

0 commit comments

Comments
 (0)