Skip to content

Commit

Permalink
[skip ci] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Admon Sasson authored Aug 24, 2019
1 parent 8f0003d commit 1bb13dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ app.use(jwt({
// Protected middleware
app.use(function(ctx, next) {
console.log(ctx.state.user) // the decoded JSON data
console.log(ctx..state.token) // the token
console.log(ctx.state.token) // the token
return next()
})
```
Expand Down

0 comments on commit 1bb13dc

Please # to comment.