From 41a20dbb2ab0e2c4bcb552fe7e02b20d84056b8d Mon Sep 17 00:00:00 2001
From: Zak Holt <Zakjholt@users.noreply.github.com>
Date: Thu, 22 Jun 2017 09:13:12 -0400
Subject: [PATCH] Update using-dex.md

---
 Documentation/using-dex.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/using-dex.md b/Documentation/using-dex.md
index 1e2076d5..ecb4947a 100644
--- a/Documentation/using-dex.md
+++ b/Documentation/using-dex.md
@@ -19,7 +19,7 @@ Apps that directly use dex to authenticate a user use OAuth2 code flows to reque
 * User visits client app.
 * Client app redirects user to dex with an OAuth2 request.
 * Dex determines user's identity.
-* Dex redirects user to dex with a code.
+* Dex redirects user to client with a code.
 * Client exchanges code with dex for an id_token.
 
 ![][dex-flow]
-- 
GitLab