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 {
25
25
* connections
26
26
* @param {Boolean } options.clientTracking Specifies whether or not to track
27
27
* clients
28
- * @param {Function } options.handleProtocols An hook to handle protocols
28
+ * @param {Function } options.handleProtocols A hook to handle protocols
29
29
* @param {String } options.host The hostname where to bind the server
30
30
* @param {Number } options.maxPayload The maximum allowed message size
31
31
* @param {Boolean } options.noServer Enable no server mode
@@ -34,7 +34,7 @@ class WebSocketServer extends EventEmitter {
34
34
* permessage-deflate
35
35
* @param {Number } options.port The port where to bind the server
36
36
* @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
38
38
* @param {Function } callback A listener for the `listening` event
39
39
*/
40
40
constructor ( options , callback ) {
You can’t perform that action at this time.
0 commit comments