Skip to content

docs: fix SOCKS proxy dependency typo#1072

Open
Rohan5commit wants to merge 1 commit intoencode:masterfrom
Rohan5commit:docs/socks-proxy-dependency-typo-20260423
Open

docs: fix SOCKS proxy dependency typo#1072
Rohan5commit wants to merge 1 commit intoencode:masterfrom
Rohan5commit:docs/socks-proxy-dependency-typo-20260423

Conversation

@Rohan5commit
Copy link
Copy Markdown

Summary

  • fix dependancy in the SOCKS proxy setup docs

Related issue

  • N/A (typo-only change; the template says previous discussion does not apply to typos)

Guideline alignment

Validation

  • git diff --check

Copilot AI review requested due to automatic review settings April 23, 2026 03:01
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes a typo in the SOCKS proxy documentation to use the correct spelling for “dependency”.

Changes:

  • Corrected “dependancy” → “dependency” in the SOCKS proxy setup instructions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/proxies.md
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants