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***