From 213b2d30e7341de38b820967179f6c0a24a7ff02 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Fri, 16 Sep 2022 22:22:39 -0700 Subject: [PATCH] docs: fix table heading for GLOBAL_AGENT properties It looks like for some reason the "Configurable" and "Description" headings were somehow swapped in the table describing `global.GLOBAL_AGENT` object's properties. This PR swaps them to the correct order. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b0e33b8..06e46202 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ type ProxyAgentConfigurationInputType = {| `global.GLOBAL_AGENT` has the following properties: -|Name|Description|Configurable| +|Name|Configurable|Description| |---|---|---| |`HTTP_PROXY`|Yes|Sets HTTP proxy to use.| |`HTTPS_PROXY`|Yes|Sets a distinct proxy to use for HTTPS requests.|