Skip to content

Commit

Permalink
Fix typo in README.md (ory#312)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Afam-Osemene <[email protected]>
  • Loading branch information
budougumi0617 committed Oct 11, 2018
1 parent f7e8a60 commit 63d71f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ This is the default strategy, and the safest one. It is best explained by lookin
* `users.read.*` matches `users.read.own`
* `users.read.*` matches `users.read.own.other`
* `users.write.*` does not match `users.read.own`
* `users.*.bar` matches `users.bar.baz`
* `users.*.bar` matches `users.baz.bar`
* `users.*.bar` does not `users.baz.baz.bar`

To request `users.*`, a client must have exactly `users.*` as granted scope.
Expand Down

0 comments on commit 63d71f0

Please sign in to comment.