Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo on Linux docs page #4728

Merged
merged 14 commits into from
Mar 27, 2018
2 changes: 1 addition & 1 deletion docs/docs/gatsby-on-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Following the install instructions on nodejs.org leaves a slightly broken instal
curl -L https://git.io/n-install | bash
```

There are other alternatives for managing you node versions such as [nvm] but this is known to slow down [bash startup] on WSL.
There are other alternatives for managing your node versions such as [nvm] but this is known to slow down [bash startup] on WSL.

### Using Windows Subsystem Linux: Debian

Expand Down