From df633bbd9b61928e99472b32da915da4f4db94bc Mon Sep 17 00:00:00 2001 From: Dorothy Date: Tue, 6 Nov 2018 16:56:36 -0800 Subject: [PATCH] Update how-to-work-on-coding-challenges.md (#22118) Line 5 - Corrected typo "it's" (contraction) to "its" possessive Line 11 - Corrected typo "you" to "your" Line 23 - Corrected typo "explaination" to "explanation" Line 48 - Corrected typo "desplayed" to "displayed" --- docs/how-to-work-on-coding-challenges.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.
```js -Code desplayed in the editor by default. +Code displayed in the editor by default. ```