Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/proxies.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ If you use proxies, keep in mind that the `httpcore` package only supports proxi

The `httpcore` package also supports proxies using the SOCKS5 protocol.

Make sure to install the optional dependancy using `pip install 'httpcore[socks]'`.
Make sure to install the optional dependency using `pip install 'httpcore[socks]'`.

The `SOCKSProxy` class should be using instead of a standard connection pool:
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sentence "The SOCKSProxy class should be using instead..." is grammatically incorrect; consider changing it to "should be used" (or rephrasing) for clarity.

Suggested change
The `SOCKSProxy` class should be using instead of a standard connection pool:
The `SOCKSProxy` class should be used instead of a standard connection pool:

Copilot uses AI. Check for mistakes.

Expand Down
Loading