Skip to content

Commit a5a17a1

Browse files
akaustavmarco-ippolito
authored andcommitted
doc: change ExperimentalWarnings to ExperimentalWarning
PR-URL: #51741 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
1 parent 3b29dff commit a5a17a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
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)