Skip to content

Commit 33b326f

Browse files
committed
Merge pull request auth0#98 from adam-back/patch-1
Fix typo, line 139 README, complete option for .decode.
2 parents 118ff1a + 59c110a commit 33b326f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)