From cac4cb06c86e41821f58e1d31ad0887743409f93 Mon Sep 17 00:00:00 2001 From: Philippe Date: Wed, 4 Jan 2017 11:09:02 +0100 Subject: [PATCH] fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9b9bc1..cbfb4b1 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ var SECRETS = { io.use(socketioJwt.authorize({ secret: function(request, decodedToken, callback) { - // SECRETS[decodedToken.userId] will be used a a secret or + // SECRETS[decodedToken.userId] will be used as a secret or // public key for connection user. callback(null, SECRETS[decodedToken.userId]);