File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class WebSocketServer extends EventEmitter {
2525 * connections
2626 * @param {Boolean } options.clientTracking Specifies whether or not to track
2727 * clients
28- * @param {Function } options.handleProtocols An hook to handle protocols
28+ * @param {Function } options.handleProtocols A hook to handle protocols
2929 * @param {String } options.host The hostname where to bind the server
3030 * @param {Number } options.maxPayload The maximum allowed message size
3131 * @param {Boolean } options.noServer Enable no server mode
@@ -34,7 +34,7 @@ class WebSocketServer extends EventEmitter {
3434 * permessage-deflate
3535 * @param {Number } options.port The port where to bind the server
3636 * @param {http.Server } options.server A pre-created HTTP/S server to use
37- * @param {Function } options.verifyClient An hook to reject connections
37+ * @param {Function } options.verifyClient A hook to reject connections
3838 * @param {Function } callback A listener for the `listening` event
3939 */
4040 constructor ( options , callback ) {
You can’t perform that action at this time.
0 commit comments