From 75e331d28a104713787381750bcb47662c2b49f2 Mon Sep 17 00:00:00 2001 From: Max Ivanov Date: Sat, 4 Apr 2020 12:12:40 +0100 Subject: [PATCH] docs: fix typo --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 92f0052785..9f8e92319e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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`.
Example (Click to expand)