From bbbe31efee688e43cd052b3a25f922ace6946d6e Mon Sep 17 00:00:00 2001
From: lrzhou25 <141781699+lrzhou25@users.noreply.github.com>
Date: Wed, 11 Sep 2024 14:17:07 -0700
Subject: [PATCH] Update _userinfo.md (#10461)
---
articles/api/authentication/_userinfo.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/articles/api/authentication/_userinfo.md b/articles/api/authentication/_userinfo.md
index b1ba9ef668..f21daa73ff 100644
--- a/articles/api/authentication/_userinfo.md
+++ b/articles/api/authentication/_userinfo.md
@@ -75,7 +75,7 @@ curl --request GET \
Given the Auth0 Access Token obtained during login, this endpoint returns a user's profile.
-This endpoint will work only if `openid` was granted as a scope for the Access Token. The user profile information included in the response depends on the scopes requested. For example, a scope of just `openid` may return less information than a a scope of `openid profile email`.
+This endpoint will work only if `openid` was granted as a scope for the Access Token. The user profile information included in the response depends on the scopes requested. For example, a scope of just `openid` may return less information than a scope of `openid profile email`.
### Request Parameters