Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maximivanov authored Apr 4, 2020
1 parent 41bd041 commit 75e331d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ JWT.decode(token, { complete: true })

#### `JWT.AccessToken.verify(token, keyOrStore, options])`

A shorthand for [`JWT.verify`](#jwtverifytoken-keyorstore-options) with the `profile` option set to `access_token`.
A shorthand for [`JWT.verify`](#jwtverifytoken-keyorstore-options) with the `profile` option set to `at+JWT`.

<details>
<summary><em><strong>Example</strong></em> (Click to expand)</summary>
Expand Down

0 comments on commit 75e331d

Please sign in to comment.