Skip to content

Commit

Permalink
Merge pull request #3128 from mikefrey/patch-1
Browse files Browse the repository at this point in the history
Documentation spelling/grammar fix
  • Loading branch information
hueniverse committed Apr 20, 2016
2 parents af95913 + e169ee3 commit 40dbdc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -2204,8 +2204,8 @@ following options:
scope string begins with a `+` character, that scope is required. If a scope string
begins with a `!` character, that scope is forbidden. For example, the scope
`['!a', '+b', 'c', 'd']` means the incoming request credentials' scope must not include
'a', must include 'b', and must include on of 'c' or 'd'. You may also access
properties on the request object (`query` and `params`} to populate a dynamic scope
'a', must include 'b', and must include one of 'c' or 'd'. You may also access
properties on the request object (`query` and `params`) to populate a dynamic scope
by using `{}` characters around the property name, such as `'user-{params.id}'`.
Defaults to `false` (no scope requirements).
- `entity` - the required authenticated entity type. If set, must match the `entity`
Expand Down

0 comments on commit 40dbdc1

Please sign in to comment.