From 6dce10ff77f9e9a53adf95f027f60fadcef47ce7 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 f779a71baa0..ffbc0718f8f 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1653,7 +1653,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`