Correct typo in comments

This commit is contained in:
Sam Frances 2017-06-06 17:34:51 +01:00
parent e5e0e5d568
commit dc31fab663
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* /*
* An auth plugin must be a function which returns a function conforing to the * An auth plugin must be a function which returns a function conforming to the
* requirements of the `verifyClients` option on ws.WebSocket.Server. * requirements of the `verifyClients` option on ws.WebSocket.Server.
* *
* See: https://github.com/websockets/ws/blob/master/doc/ws.md * See: https://github.com/websockets/ws/blob/master/doc/ws.md