From 1800a58f4960f8de33f4764464709641e4a949c2 Mon Sep 17 00:00:00 2001 From: Yelim Koo <46446403+debbs061@users.noreply.github.com> Date: Sun, 25 Aug 2024 01:59:25 +0900 Subject: [PATCH] doc: update websocket flag description to reflect stable API status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit doc: update websocket flag description to reflect stable API status doc: revert syntax detection description PR-URL: https://github.com/nodejs/node/pull/54482 Reviewed-By: Matthew Aitken Reviewed-By: Benjamin Gruenbaum Reviewed-By: Ulises Gascón Reviewed-By: Luigi Pinca --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 1eaf935ca121f3..0b5e061482a210 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1657,7 +1657,7 @@ Use this flag to disable top-level await in REPL. added: v22.0.0 --> -Use this flag to disable experimental [`WebSocket`][] support. +Disable exposition of [`WebSocket`][] on the global scope. ### `--no-extra-info-on-fatal-exception`