From 5a3f16fb4f76b92818d95cff1c2c85d45fa10182 Mon Sep 17 00:00:00 2001 From: Stu Frankish Date: Wed, 15 Nov 2023 08:01:49 +0000 Subject: [PATCH] Update di.md Fixed minor text error --- IdentityServer/v6/docs/content/reference/di.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IdentityServer/v6/docs/content/reference/di.md b/IdentityServer/v6/docs/content/reference/di.md index 7a55d6a0..aeca5a8d 100644 --- a/IdentityServer/v6/docs/content/reference/di.md +++ b/IdentityServer/v6/docs/content/reference/di.md @@ -176,7 +176,7 @@ The following are convenient to add additional features to your IdentityServer. * ***AddAppAuthRedirectUriValidator*** - Adds a an "AppAuth" (OAuth 2.0 for Native Apps) compliant redirect URI validator (does strict validation but also allows http://127.0.0.1 with random port). + Adds an "AppAuth" (OAuth 2.0 for Native Apps) compliant redirect URI validator (does strict validation but also allows http://127.0.0.1 with random port). * ***AddJwtBearerClientAuthentication***