From b71bec2ba13022637debfafb20afe5aaaa45575d Mon Sep 17 00:00:00 2001
From: Ahmed ElRefaey <ahmed.rifaey@gmail.com>
Date: Wed, 4 Jul 2018 15:11:52 +0200
Subject: [PATCH] fix typo in README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 781acbc7..0b3a5950 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ More docs for running dex as a Kubernetes authenticator can be found [here](Docu
 
 ## Connectors
 
-When a user logs in through dex, the user's identity is usually stored in another user-management system: a LDAP directory, a GitHub org, etc. Dex acts a shim between a client app and the upstream identity provider. The client only needs to understand OpenID Connect to query dex, while dex implements an array of protocols for querying other user-management systems.
+When a user logs in through dex, the user's identity is usually stored in another user-management system: a LDAP directory, a GitHub org, etc. Dex acts as a shim between a client app and the upstream identity provider. The client only needs to understand OpenID Connect to query dex, while dex implements an array of protocols for querying other user-management systems.
 
 ![](Documentation/img/dex-flow.png)
 
-- 
GitLab