docs: added punctuation to listed points (#38666)

pull/38684/head
Olubisi Idris Ayinde 2020-04-29 12:16:35 +01:00 committed by GitHub
parent f2f5dbc4b8
commit b009af1810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -124,8 +124,8 @@ Every challenge needs an `id`. If you don't specify one, then MongoDB will creat
To generate a new one in a shell (assuming MongoDB is running separately): To generate a new one in a shell (assuming MongoDB is running separately):
1. Run `mongo` command 1. Run `mongo` command.
2. Run `ObjectId()` command 2. Run `ObjectId()` command.
For example: For example:
@ -346,4 +346,4 @@ Creating and Editing Challenges:
1. [Challenge types](https://github.com/freeCodeCamp/learn/blob/a5cb25704168aa37f59a582f0bb5a19b7bd89b46/utils/challengeTypes.js) - what the numeric challenge type values mean (enum). 1. [Challenge types](https://github.com/freeCodeCamp/learn/blob/a5cb25704168aa37f59a582f0bb5a19b7bd89b46/utils/challengeTypes.js) - what the numeric challenge type values mean (enum).
2. [Contributing to FreeCodeCamp - Writing ES6 Challenge Tests ](https://www.youtube.com/watch?v=iOdD84OSfAE#t=2h49m55s) - a video following [Ethan Arrowood](https://twitter.com/ArrowoodTech) as he contributes to the old version of the curriculum 2. [Contributing to FreeCodeCamp - Writing ES6 Challenge Tests ](https://www.youtube.com/watch?v=iOdD84OSfAE#t=2h49m55s) - a video following [Ethan Arrowood](https://twitter.com/ArrowoodTech) as he contributes to the old version of the curriculum.