From de0c92af06455f6bba21edd44f1587dd548cbb90 Mon Sep 17 00:00:00 2001 From: Amnay <amnay.m@gmail.com> Date: Thu, 21 May 2020 22:24:25 +0200 Subject: [PATCH] fix small typo in docs (#570) Co-authored-by: Amnay Mokhtari <amnay.mokhtari@adevinta.com> --- docs/2_auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2_auth.md b/docs/2_auth.md index 6a59564..851bde5 100644 --- a/docs/2_auth.md +++ b/docs/2_auth.md @@ -28,7 +28,7 @@ Valid providers are : The provider can be selected using the `provider` configuration value. -Please note that not all provides support all claims. The `preferred_username` claim is currently only supported by the OpenID Connect provider. +Please note that not all providers support all claims. The `preferred_username` claim is currently only supported by the OpenID Connect provider. ### Google Auth Provider -- GitLab