Skip to content

Commit 59c110a

Browse files
author
Adam Back
committedJun 17, 2015
Fix typo, line 139 README, complete option for .decode.
1 parent 118ff1a commit 59c110a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jwt.verify(token, cert, { algorithms: ['RS256'] }, function (err, payload) {
136136
`options`:
137137

138138
* `json`: force JSON.parse on the payload even if the header doesn't contain `"typ":"JWT"`.
139-
* `complete`: return an object with the decode payload and header.
139+
* `complete`: return an object with the decoded payload and header.
140140

141141
Example
142142

0 commit comments

Comments
 (0)
Please sign in to comment.