Skip to content

Commit bfe1b2a

Browse files
authored
[doc] Remove unnecessary period (#2240)
1 parent f7dc469 commit bfe1b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ws.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ receives an `Error` if the server is already closed.
257257
- `request` {http.IncomingMessage} The client HTTP GET request.
258258
- `socket` {stream.Duplex} The network socket between the server and client.
259259
- `head` {Buffer} The first packet of the upgraded stream.
260-
- `callback` {Function}.
260+
- `callback` {Function}
261261

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

0 commit comments

Comments
 (0)