Fix misspelled word (#33194)

pull/33179/head
Luke Latham 2024-07-29 11:37:48 -04:00 committed by GitHub
parent db3d679600
commit ab8cfa6b96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ The <xref:Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvi
:::moniker range=">= aspnetcore-8.0"
```razor
@page "/claims-principle-data"
@page "/claims-principal-data"
@using System.Security.Claims
@inject AuthenticationStateProvider AuthenticationStateProvider
@ -185,7 +185,7 @@ In the preceding example:
:::moniker range="< aspnetcore-8.0"
```razor
@page "/claims-principle-data"
@page "/claims-principal-data"
@using System.Security.Claims
@inject AuthenticationStateProvider AuthenticationStateProvider