From 9c8e21fbc44f0c135e4e4db8be66d8f68eec330e Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 20 Oct 2021 16:42:45 -0400 Subject: [PATCH] resolve pr comment Signed-off-by: Sebastian Malton --- src/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.ts b/src/main/index.ts index 0aac9e463e..18bfa0980e 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -207,7 +207,7 @@ app.on("ready", async () => { `Failed connection test: ${error}`, "Check to make sure that no other versions of Lens are running", `Check ${hostsPath} to make sure that it is clean and that the localhost loopback is at the top and set to 127.0.0.1`, - "If you have HTTP_PROXY or http_proxy set in your environment, make sure that that localhost and the ipv4 loopback addr 127.0.0.1 are added to the NO_PROXY environment variable.", + "If you have HTTP_PROXY or http_proxy set in your environment, make sure that the localhost and the ipv4 loopback address 127.0.0.1 are added to the NO_PROXY environment variable.", ]; dialog.showErrorBox("Lens Proxy Error", message.join("\n\n"));