From 2e5c2e16457648a8a9d07948feb549f124d9e463 Mon Sep 17 00:00:00 2001 From: Ana Carolina Date: Thu, 11 Oct 2018 23:58:24 -0300 Subject: [PATCH] fix typo in one of the links (#18336) In the us --- docs/how-to-work-on-coding-challenges.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to-work-on-coding-challenges.md b/docs/how-to-work-on-coding-challenges.md index 42623fc511..241c2dc238 100644 --- a/docs/how-to-work-on-coding-challenges.md +++ b/docs/how-to-work-on-coding-challenges.md @@ -86,8 +86,8 @@ Challenge solution code. Creating and Editing Challenges: -1. [Challenge Style Guide](style-guide-for-curriclum-challenges.md) - how to create and format challenges +1. [Challenge Style Guide](style-guide-for-curriculum-challenges.md) - how to create and format challenges 2. [Challenge types](https://github.com/freeCodeCamp/learn/blob/a5cb25704168aa37f59a582f0bb5a19b7bd89b46/utils/challengeTypes.js) - what the numeric challenge type values mean (enum). -3. [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 \ No newline at end of file +3. [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