Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Dec 5, 2020
1 parent 6a30ce2 commit 393af92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.38/configure-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ service echoes incoming HTTP Requests and is perfect for seeing how ORY
Oathkeeper works. Let's define three rules:

1. An access rule that allowing anonymous access to
`https://httpbin.org/anything/cookie` and using the `cookie` mutator.
`https://httpbin.org/anything/header` and using the `header` mutator.
2. An access rule denying every access to `https://httpbin.org/anything/deny`.
If the request header has `Accept: application/json`, we will receive a JSON
response. If however the accept header has `Accept: text/*`, a HTTP Redirect
Expand Down

0 comments on commit 393af92

Please sign in to comment.