Skip to content

Commit 5190fb5

Browse files
committed
typo
1 parent c229064 commit 5190fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/security/authentication/configure-jwt-bearer-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ builder.Services.AddAuthorizationBuilder()
223223
.SetFallbackPolicy(requireAuthPolicy);
224224
```
225225

226-
The **Authorize** attribute can alos be used to force the authentication. If multiple schemes are used, the bearer scheme needs to be set.
226+
The **Authorize** attribute can also be used to force the authentication. If multiple schemes are used, the bearer scheme needs to be set.
227227

228228
```csharp
229229
[Authorize]

0 commit comments

Comments
 (0)