Skip to content

Commit 199cc86

Browse files
authored
Various fixes (typos, casing, ...) (#692)
1 parent 1e8ed11 commit 199cc86

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed
File renamed without changes.

src/content/docs/accesstokenmanagement/workers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public class WorkerManual : BackgroundService
110110

111111
You can customize some of the per-request parameters by passing in an instance of `ClientCredentialsTokenRequestParameters`. This allows forcing a fresh token request (even if a cached token would exist) and also allows setting a per-request scope, resource and client assertion.
112112

113-
### HTTP factory
113+
### HTTP Factory
114114

115115
If you have set up HTTP clients in the HTTP factory, then no token related code is needed at all, e.g.:
116116

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/content/docs/identityserver/overview/resources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { LinkCard } from "@astrojs/starlight/components";
1919

2020
You can try Duende IdentityServer with your favourite client library.
2121

22-
We have a test instance at [demo.duendesoftware](https://demo.duendesoftware.com).
22+
We have a test instance at [demo.duendesoftware.com](https://demo.duendesoftware.com).
2323

2424
On the main page you can find instructions on how to configure your client and how to call an API.
2525

0 commit comments

Comments
 (0)