Skip to content

Commit 0537dc8

Browse files
authored
Apply suggestion from @maartenba
1 parent 2a32186 commit 0537dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/accesstokenmanagement/advanced/extensibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public class CustomTokenRetriever(
7777

7878
A custom token handler can be linked to your `HttpClient` by creating an `AccessTokenRequestHandler` and adding it to the request pipeline:
7979

80-
``` csharp
80+
```csharp
8181
services.AddHttpClient<YourTypedHttpClient>()
8282
.AddDefaultAccessTokenResiliency()
8383
.AddHttpMessageHandler(provider =>

0 commit comments

Comments
 (0)