diff --git a/README.md b/README.md index 69346d9..b52b04e 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,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]);