From 5144ef643b0fdabc27d0e1bba33432c18ffb5598 Mon Sep 17 00:00:00 2001 From: Ev Date: Thu, 24 Nov 2016 14:01:47 -0500 Subject: [PATCH] Updated openid-connect.md: small typo Protocol is written protocl. --- Documentation/openid-connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/openid-connect.md b/Documentation/openid-connect.md index 847d5bf1..60ec35d8 100644 --- a/Documentation/openid-connect.md +++ b/Documentation/openid-connect.md @@ -1,6 +1,6 @@ # An overview of OpenID Connect -This document attempts to provide an overview of the [OpenID Connect protocl]( +This document attempts to provide an overview of the [OpenID Connect protocol]( https://openid.net/connect/), a flavor of OAuth2 that dex implements. While this document isn't complete we hope it provides a enough to get users up and running.