From 7ecfcf2d3bdd33155823ba46241d26421f5b2124 Mon Sep 17 00:00:00 2001 From: Rohan Santhosh Kumar <181558744+Rohan5commit@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:28:29 +0800 Subject: [PATCH] docs: fix SOCKS proxy setup wording --- docs/proxies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/proxies.md b/docs/proxies.md index 970d53d5..6e74b634 100644 --- a/docs/proxies.md +++ b/docs/proxies.md @@ -88,9 +88,9 @@ 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: +Use the `SOCKSProxy` class instead of a standard connection pool: ```python import httpcore