From dc31fab663e7883e5a72ad15f044ffbf4a4e4b18 Mon Sep 17 00:00:00 2001 From: Sam Frances Date: Tue, 6 Jun 2017 17:34:51 +0100 Subject: [PATCH] Correct typo in comments --- other/js/auth_plugin_examples.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/js/auth_plugin_examples.js b/other/js/auth_plugin_examples.js index 945b248..6db3d7f 100644 --- a/other/js/auth_plugin_examples.js +++ b/other/js/auth_plugin_examples.js @@ -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. * * See: https://github.com/websockets/ws/blob/master/doc/ws.md