Skip to content

Commit ab8cfa6

Browse files
authored
Fix misspelled word (#33194)
1 parent db3d679 commit ab8cfa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/blazor/security/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The <xref:Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvi
128128
:::moniker range=">= aspnetcore-8.0"
129129

130130
```razor
131-
@page "/claims-principle-data"
131+
@page "/claims-principal-data"
132132
@using System.Security.Claims
133133
@inject AuthenticationStateProvider AuthenticationStateProvider
134134
@@ -185,7 +185,7 @@ In the preceding example:
185185
:::moniker range="< aspnetcore-8.0"
186186

187187
```razor
188-
@page "/claims-principle-data"
188+
@page "/claims-principal-data"
189189
@using System.Security.Claims
190190
@inject AuthenticationStateProvider AuthenticationStateProvider
191191

0 commit comments

Comments
 (0)