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"
This commit is contained in:
@ -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.
|
||||
<div id='js-seed'>
|
||||
|
||||
```js
|
||||
Code desplayed in the editor by default.
|
||||
Code displayed in the editor by default.
|
||||
```
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user