diff --git a/docs/src/basics.md b/docs/src/basics.md index 8ea3956c..14f9f0ef 100644 --- a/docs/src/basics.md +++ b/docs/src/basics.md @@ -36,7 +36,7 @@ fuelup self update ## Using Http Proxy -To configure `fuelup` to use your proxy setting you can change `http_proxy`(***other optional enviroments see below***) environment value. The value format is in [libcurl format](https://everything.curl.dev/usingcurl/proxies/type.html) as in `[protocol://]host[:port]`. +To configure `fuelup` to use your proxy setting you can change `http_proxy`(***other optional environments see below***) environment value. The value format is in [libcurl format](https://everything.curl.dev/usingcurl/proxies/type.html) as in `[protocol://]host[:port]`. ### Supported proxy enviroment variables