Skip to content

Commit

Permalink
[doc] Remove unnecessary period (#2240)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao423 committed Jul 4, 2024
1 parent f7dc469 commit bfe1b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ws.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ receives an `Error` if the server is already closed.
- `request` {http.IncomingMessage} The client HTTP GET request.
- `socket` {stream.Duplex} The network socket between the server and client.
- `head` {Buffer} The first packet of the upgraded stream.
- `callback` {Function}.
- `callback` {Function}

Handle a HTTP upgrade request. When the HTTP server is created internally or
when the HTTP server is passed via the `server` option, this method is called
Expand Down

0 comments on commit bfe1b2a

Please sign in to comment.