Skip to content

Commit 22205df

Browse files
committed
docs: fix SOCKS proxy dependency typo
1 parent 10a6582 commit 22205df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/proxies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If you use proxies, keep in mind that the `httpcore` package only supports proxi
8888

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

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

9393
The `SOCKSProxy` class should be using instead of a standard connection pool:
9494

0 commit comments

Comments
 (0)