From 3756bfa3e2d05de8c93d5936528d82b2b0813df3 Mon Sep 17 00:00:00 2001 From: librafrog <79138819+librafrog@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:52:26 +0300 Subject: [PATCH 1/2] Update proxy.md :pencil2: User Guide (itch-docs): Fix typos --- using/proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/using/proxy.md b/using/proxy.md index af93286..747940c 100644 --- a/using/proxy.md +++ b/using/proxy.md @@ -6,7 +6,7 @@ The app will attempt to detect your system settings \(Windows, Linux, macOS, etc For example, if your HTTP\(S\) proxy is running locally, on port 8081, you would set the value of `HTTP_PROXY` to `localhost:8081`. -_Here's a guide to to _[_setting an environment variable on Windows_](http://www.computerhope.com/issues/ch000549.htm) +Here's a guide to [_setting an environment variable on Windows_](http://www.computerhope.com/issues/ch000549.htm) The preferences tab will show if any proxy settings are active, and where it got them from \(system or environment\). When setting an environment variable, you need to restart the app \(`Ctrl+Q`, `Command+Q` on macOS, then relaunch\) for it to take effect. From 9a5acfcada332021db583f04339f05bf122a4462 Mon Sep 17 00:00:00 2001 From: librafrog <79138819+librafrog@users.noreply.github.com> Date: Mon, 26 Sep 2022 20:40:49 +0300 Subject: [PATCH 2/2] Update updates.md :pencil2: Integrating (itch-docs): Fix typos --- integrating/updates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrating/updates.md b/integrating/updates.md index 0f21be9..28535aa 100644 --- a/integrating/updates.md +++ b/integrating/updates.md @@ -8,7 +8,7 @@ it gets downloaded and installed immediately. Otherwise, the user is prompted to pick from a list. For updates, the same logic applies: if the user had to pick between multiple -alternatives, the app will ask them to pick again whenew files are available. +alternatives, the app will ask them to pick again when new files are available. Otherwise, it'll update automatically to the newer version of the only candidate. @@ -44,7 +44,7 @@ For now, when uploading a new file on itch.io: for a while. Needless to say, this process isn't ideal for often-updated games, and we -recommand using [butler](https://itch.io/docs/butler) instead. +recommend using [butler](https://itch.io/docs/butler) instead. ## How an update is applied