Fixed grammar and typo in "Changing on GitHub" (#20905)

This commit is contained in:
llamousse
2018-11-03 18:55:45 -07:00
committed by Manish Giri
parent 59c1cc9ec9
commit 0046c7601e

View File

@ -2,13 +2,13 @@
### Changing on GitHub
Each challenge is stored in it's own markdown file. That makes it easy to edit challenges right from within GitHub.
Each challenge is stored in its own markdown file. That makes it easy to edit challenges right from within GitHub.
You can make a change without having anything running on your local system.
After you find the file you want to modify within the GitHub interface, click the pencil icon to start editing the file. This will automatically create a fork of the project, if you don't have one already.
You can also clone the project and edit locally on you computer. For help with that, read the main [contributing guide](/CONTRIBUTING.md).
You can also clone the project and edit locally on your computer. For assistance, read the main [contributing guide](/CONTRIBUTING.md).
### Challenge Template