Skip to content

Commit b9d7d61

Browse files
authored
docs: fix grammar in oauth usage steps (#287)
Fixes minor grammatical issues in final oauth usage steps. Signed-off-by: Daniel Mangum <[email protected]>
1 parent e6effb3 commit b9d7d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/OAUTH_SUPPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ rmcp = { version = "0.1", features = ["auth", "transport-sse-client"] }
7070
let client = client_service.serve(transport).await?;
7171
```
7272

73-
### 5. May you can use Authorized HTTP Client after authorized
73+
### 5. Use Authorized HTTP Client after authorized
7474

7575
```rust ignore
7676
let client = oauth_state.to_authorized_http_client().await?;
@@ -122,4 +122,4 @@ If you encounter authorization issues, check the following:
122122
- [MCP Authorization Specification](https://spec.modelcontextprotocol.io/specification/2025-03-26/basic/authorization/)
123123
- [OAuth 2.1 Specification Draft](https://oauth.net/2.1/)
124124
- [RFC 8414: OAuth 2.0 Authorization Server Metadata](https://datatracker.ietf.org/doc/html/rfc8414)
125-
- [RFC 7591: OAuth 2.0 Dynamic Client Registration Protocol](https://datatracker.ietf.org/doc/html/rfc7591)
125+
- [RFC 7591: OAuth 2.0 Dynamic Client Registration Protocol](https://datatracker.ietf.org/doc/html/rfc7591)

0 commit comments

Comments
 (0)