Skip to content

Commit c55b353

Browse files
authored
docs: Fix typo in Debug.md (#2625)
1 parent b82c490 commit c55b353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/Debug.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ This flag enables debug statements for the `Websocket` API.
5353
> **Note**: statements can overlap with `UNDICI` ones if `undici` or `fetch` flag has been enabled as well.
5454
5555
```sh
56-
NODE_DEBUG=fetch node script.js
56+
NODE_DEBUG=websocket node script.js
5757

5858
WEBSOCKET 18309: connecting to echo.websocket.org using https:h1
5959
WEBSOCKET 18309: connected to echo.websocket.org using https:h1
6060
WEBSOCKET 18309: sending request to GET https://echo.websocket.org//
6161
WEBSOCKET 18309: connection opened <ip_address>
62-
```
62+
```

0 commit comments

Comments
 (0)