From 822a10cede9f8d883db056b5be9d83d8f0831e64 Mon Sep 17 00:00:00 2001
From: Simon Knott <simoknott@gmail.com>
Date: Sat, 24 Feb 2018 11:31:51 +0100
Subject: [PATCH] Add missing word

---
 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 2d76df61..f935a62a 100644
--- a/Documentation/using-dex.md
+++ b/Documentation/using-dex.md
@@ -47,7 +47,7 @@ staticClients:
   - 'http://127.0.0.1:5555/callback'
 ```
 
-In this case, the Go code would configured as:
+In this case, the Go code would be configured as:
 
 ```go
 // Initialize a provider by specifying dex's issuer URL.
-- 
GitLab