Skip to content

Commit d72a5c0

Browse files
authored
Fix typo in GitHub Desktop section
1 parent 523c9b0 commit d72a5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-environment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ One of the pain points we hear from users is that the command line console in Wi
1111
* **terminal emulators:** Terminal emulators can enhance your terminal experience with themes, tabs and advanced configuratability. Popular emulators include [cmder](http://cmder.net/), [ConEmu](https://conemu.github.io/) and [Hyper](https://hyper.is/).
1212
* **Cygwin:** [Cygwin](http://cygwin.com/index.html) can be handy if you're more familiar with bash, or are trying to use a Node app that assumes a *nix environment. Cygwin is a distribution of popular GNU and other open source tools running on Microsoft Windows. The core part is the Cygwin library which provides the POSIX system calls and environment these programs expect.
1313
* **Git for Windows** [Git for windows](https://git-for-windows.github.io/) provides native versions of the BASH shell and some *nix utilites in addition to the command line git and GUI tool. It is probably the best of shells based on MSYS/MinGW but still supplies ports of older versions of the *nix utilities. Works very well in combination with [ConEmu](https://conemu.github.io/).
14-
* **GitHub Desktop** [GitHub Desktop](https://desktop.github.com/) (previosuly GitHub for Windows) is primarilarly a GUI but it also includes a version of MSYS/MinGW Bash.
14+
* **GitHub Desktop** [GitHub Desktop](https://desktop.github.com/) (previously GitHub for Windows) is primarilarly a GUI but it also includes a version of MSYS/MinGW Bash.
1515
* **Putty:** an SSH and telnet client: https://www.putty.org/.
1616
* **WinSCP:** an (S)FTP client that also supports SCP and webDAV: https://winscp.net/.
1717
* **Fiddler:** a web debugging tool: https://www.telerik.com/fiddler. In general, people use it for the browser-side debugging, but you can also [configure it](http://stackoverflow.com/questions/8697344/can-a-proxy-like-fiddler-be-used-with-node-jss-clientrequest) to view server-side requests from Node.js.

0 commit comments

Comments
 (0)