Skip to content

Commit 9ed14eb

Browse files
authored
[Blazor] Update RemoteUserAccount.cs (#57443)
Fix typo in triple slash comments.
1 parent febd7e8 commit 9ed14eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/WebAssembly/WebAssembly.Authentication/src/Models/RemoteUserAccount.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.Components.WebAssembly.Authentication;
99
/// A user account.
1010
/// </summary>
1111
/// <remarks>
12-
/// The information in this type will be use to produce a <see cref="System.Security.Claims.ClaimsPrincipal"/> for the application.
12+
/// The information in this type will be used to produce a <see cref="System.Security.Claims.ClaimsPrincipal"/> for the application.
1313
/// </remarks>
1414
public class RemoteUserAccount
1515
{

0 commit comments

Comments
 (0)