Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integrating/updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion using/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.