mirror of
https://github.com/guzzle/guzzle.git
synced 2025-01-17 21:38:16 +01:00
Fixed a little typo
Fixed a tiny typo in the proxy section. "…it is up to you[r] to provide the no value…"
This commit is contained in:
parent
a7010cc9b5
commit
7c8d53b300
@ -788,7 +788,7 @@ host names that should not be proxied to.
|
||||
|
||||
Guzzle will automatically populate this value with your environment's
|
||||
``NO_PROXY`` environment variable. However, when providing a ``proxy``
|
||||
request option, it is up to your to provide the ``no`` value parsed from
|
||||
request option, it is up to you to provide the ``no`` value parsed from
|
||||
the ``NO_PROXY`` environment variable
|
||||
(e.g., ``explode(',', getenv('NO_PROXY'))``).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user