From 3116b0d9a403d674146fee569f59cdd8b6065684 Mon Sep 17 00:00:00 2001 From: Dave Dunkin Date: Wed, 12 Sep 2018 17:22:30 -0700 Subject: [PATCH] docs: Fix typo in README. Signed-off-by: Dave Dunkin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35fa76a54e..d60a877ca6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ of authenticating and optionally authorizing access requests. While the full feature set of the BeyondCorp Whitepaper is not yet implemented, the goal of this project is to achieve this in the future. ORY Oathkeeper is a reverse proxy which evaluates incoming HTTP requests based on a set of rules that are defined -by administartive users. ORY Oathkeeper is thus capable of: +by administrative users. ORY Oathkeeper is thus capable of: * Identifying the user and providing the user session to API backends (authentication). * Restricting access to certain resources based on a set of rules (authorization).