Skip to content

Commit 9f3b269

Browse files
committed
Remove spaces inside code-span elements
1 parent e78add7 commit 9f3b269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/netconfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ addresses. GCM supports the cURL environment variable `no_proxy` (and
7676
Like with the [other cURL proxy environment variables](#other-proxy-options),
7777
the lowercase variant will take precedence over the uppercase form.
7878

79-
This environment variable should contain a comma (`,`) or space (` `) separated
79+
This environment variable should contain a comma-separated or space-separated
8080
list of host names that should not be proxied (should connect directly).
8181

8282
GCM attempts to match [libcurl's behaviour](https://curl.se/libcurl/c/CURLOPT_NOPROXY.html),

0 commit comments

Comments
 (0)