Skip to content

Commit bce702e

Browse files
committed
Fixed some typos
1 parent 6046ad9 commit bce702e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/identitymodel-oidcclient/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ relying party implementation.**
1717

1818
The `Duende.IdentityModel.OidcClient` library is a certified OpenID Connect relying party and
1919
implements [RFC 8252](https://tools.ietf.org/html/rfc8252/), "OAuth 2.0 for native
20-
Applications". The `Duende.IdentityModel.OidcClient.Extensions` provides support for
20+
Applications". The `Duende.IdentityModel.OidcClient.Extensions` library provides support for
2121
[DPoP](https://datatracker.ietf.org/doc/html/rfc9449)
2222
extensions to Duende.IdentityModel.OidcClient for sender-constraining tokens.
2323

src/content/docs/identitymodel-oidcclient/samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ redirect_from:
1010

1111
Samples of IdentityModel.OidcClient are available [on
1212
GitHub](https://github.com/DuendeSoftware/foss/tree/main/identity-model-oidc-client/samples). Our samples
13-
show how to use a OidcClient with a variety of platforms and UI tools, including:
13+
show how to use an OidcClient with a variety of platforms and UI tools, including:
1414

1515
- [.NET MAUI](https://github.com/DuendeSoftware/foss/tree/main/identity-model-oidc-client/samples/Maui)
1616
- [WPF with the system browser](https://github.com/DuendeSoftware/foss/tree/main/identity-model-oidc-client/samples/Wpf)

0 commit comments

Comments
 (0)