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 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.