diff --git a/docs/how-to-work-on-coding-challenges.md b/docs/how-to-work-on-coding-challenges.md index 117994174e..45e8c91aee 100644 --- a/docs/how-to-work-on-coding-challenges.md +++ b/docs/how-to-work-on-coding-challenges.md @@ -8,7 +8,7 @@ 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 your computer. For assistance, read the main [contributing guide](/CONTRIBUTING.md). +You can also clone the project and edit locally on your computer. For help with that, read the main [contributing guide](/CONTRIBUTING.md). ### Challenge Template @@ -20,7 +20,7 @@ id: Unique identifier (alphanumerical, MongoDB _id) title: Challenge Title challengeType: 0 guideUrl: 'url of guide article' -videoUrl: 'url of video explaination' +videoUrl: 'url of video explanation' --- ## Description @@ -45,7 +45,7 @@ Instructions about what exactly needs to be done.