Skip to content

Commit ddabb1c

Browse files
authored
Typo in class documentation (#28122)
Added missing space in class documentation.
1 parent 5fefb7a commit ddabb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Security/Authentication/OpenIdConnect/src/Events/OpenIdConnectEvents.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Microsoft.AspNetCore.Authentication.OpenIdConnect
88
{
99
/// <summary>
10-
/// Specifies events which the <see cref="OpenIdConnectHandler" />invokes to enable developer control over the authentication process.
10+
/// Specifies events which the <see cref="OpenIdConnectHandler" /> invokes to enable developer control over the authentication process.
1111
/// </summary>
1212
public class OpenIdConnectEvents : RemoteAuthenticationEvents
1313
{

0 commit comments

Comments
 (0)