Skip to content

Commit ef0e505

Browse files
akaustavrdw-msft
authored andcommitted
doc: change ExperimentalWarnings to ExperimentalWarning
PR-URL: nodejs#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 a344bf1 commit ef0e505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/cli.md

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

550550
```mjs
551551
import sys from 'node:sys';

0 commit comments

Comments
 (0)