Skip to content

Commit 40dbdc1

Browse files
committed
Merge pull request #3128 from mikefrey/patch-1
Documentation spelling/grammar fix
2 parents af95913 + e169ee3 commit 40dbdc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,8 +2204,8 @@ following options:
22042204
scope string begins with a `+` character, that scope is required. If a scope string
22052205
begins with a `!` character, that scope is forbidden. For example, the scope
22062206
`['!a', '+b', 'c', 'd']` means the incoming request credentials' scope must not include
2207-
'a', must include 'b', and must include on of 'c' or 'd'. You may also access
2208-
properties on the request object (`query` and `params`} to populate a dynamic scope
2207+
'a', must include 'b', and must include one of 'c' or 'd'. You may also access
2208+
properties on the request object (`query` and `params`) to populate a dynamic scope
22092209
by using `{}` characters around the property name, such as `'user-{params.id}'`.
22102210
Defaults to `false` (no scope requirements).
22112211
- `entity` - the required authenticated entity type. If set, must match the `entity`

0 commit comments

Comments
 (0)