diff --git a/doc/api/cli.md b/doc/api/cli.md index b10c43a1efb07e..1c04da298b3760 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -371,8 +371,9 @@ added: v11.12.0 Enable experimental frozen intrinsics like `Array` and `Object`. -Only the root context is supported. There is no guarantee that `global.Array` -is indeed the default intrinsic reference. Code may break under this flag. +Only the root context is supported. There is no guarantee that +`globalThis.Array` is indeed the default intrinsic reference. Code may break +under this flag. To allow polyfills to be added, `--require` runs before freezing intrinsics.