Skip to content

Commit f46cffd

Browse files
committed
Fixed some grammar mistakes and typographical errors in the docs.
1 parent ad8ad67 commit f46cffd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/contributing/setup-windows.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can download Node from the [Node.js website](https://nodejs.org/), install t
2222
If you see the output `v10.x.y` or later, you're good to go.
2323

2424
**Node.js installation notes:**
25-
- make sure you allow the Node.js installer to add `node` to the PATH.
25+
- make sure you allow the Node.js installer to add `node` to the `PATH`.
2626

2727
### I need to use different versions of Node.js in different projects!
2828

@@ -32,7 +32,7 @@ We currently support `nvm`.
3232

3333
1. Install `nvm` using the instructions [here](https://github.com/coreybutler/nvm-windows).
3434

35-
2. Within the Desktop source directory, install version of Node.js it requires:
35+
2. Within the Desktop source directory, install the version of Node.js it requires:
3636

3737
```shellsession
3838
$ nvm install
@@ -89,7 +89,7 @@ don't have any Node tools installed. You can install Python 2.7 from the
8989
## Visual C++ Build Tools
9090

9191
To build native Node modules, you will need a recent version of Visual C++ which
92-
can be obtained in several ways
92+
can be obtained in several ways:
9393

9494
### Visual Studio 2017
9595

@@ -100,7 +100,7 @@ workload included.
100100
<img width="1265" src="https://user-images.githubusercontent.com/359239/48849855-a2091800-ed7d-11e8-950b-93465eba7cd1.png">
101101

102102
Once you've confirmed that, open a shell and run this command to update the
103-
configuration of NPM::
103+
configuration of NPM:
104104

105105
```shellsession
106106
$ npm config set msvs_version 2017

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Download the `GitHub Desktop.zip`, unpack the application and put it wherever yo
1111
On Windows you have two options:
1212

1313
- Download the `GitHubDesktopSetup.exe` and run it to install it for the current user.
14-
- Download the `GitHubDesktopSetup.msi` and run it to install a machine-wide version of GitHub Desktop - each logged-in user will then be able to run GitHub Desktop from the program at `%PROGRAMFILES(x86)\GitHub Desktop Installer\desktop.exe`
14+
- Download the `GitHubDesktopSetup.msi` and run it to install a machine-wide version of GitHub Desktop - each logged-in user will then be able to run GitHub Desktop from the program at `%PROGRAMFILES(x86)\GitHub Desktop Installer\desktop.exe`.
1515

1616
## Data Directories
1717

0 commit comments

Comments
 (0)