diff --git a/docs/how-to-work-on-coding-challenges.md b/docs/how-to-work-on-coding-challenges.md index 241c2dc238..117994174e 100644 --- a/docs/how-to-work-on-coding-challenges.md +++ b/docs/how-to-work-on-coding-challenges.md @@ -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