Skip to content

Commit 3fdf57f

Browse files
rhtnrleastprivilege
authored andcommitted
Corrected a misspelling in documentation comment (#128)
1 parent 5497fdc commit 3fdf57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IdentityServerAuthenticationOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public class IdentityServerAuthenticationOptions : AuthenticationSchemeOptions
8585
public string CacheKeyPrefix { get; set; } = string.Empty;
8686

8787
/// <summary>
88-
/// Gets or sets the policay for the introspection discovery document.
88+
/// Gets or sets the policy for the introspection discovery document.
8989
/// </summary>
9090
/// <value>
9191
/// The introspection discovery policy.
@@ -251,4 +251,4 @@ internal void ConfigureIntrospection(OAuth2IntrospectionOptions introspectionOpt
251251
};
252252
}
253253
}
254-
}
254+
}

0 commit comments

Comments
 (0)