From 97072565f317969c3d79c36d07a8c0dab7b60f39 Mon Sep 17 00:00:00 2001 From: Destrae Date: Fri, 11 Jan 2019 14:44:53 -0600 Subject: [PATCH] Updated grammar (#27055) * Updated grammar * fix: should not have removed period on line 68 --- docs/style-guide-for-curriculum-challenges.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/style-guide-for-curriculum-challenges.md b/docs/style-guide-for-curriculum-challenges.md index 59c0b5a5d5..dfb913f1a4 100644 --- a/docs/style-guide-for-curriculum-challenges.md +++ b/docs/style-guide-for-curriculum-challenges.md @@ -6,7 +6,7 @@ freeCodeCamp offers 1,200 hours of interactive coding challenges. These are 100% You can learn theory through free online university courses. freeCodeCamp will focus instead on helping you learn to code and practice by building apps. -With that practical focus in mind, let’s talk about the requirements for our coding challenges. (Note that these requirements do not apply to our algorithm challenges, checkpoint challenges, or projects.) +With that practical focus in mind, let’s talk about the requirements for our coding challenges. Note that these requirements do not apply to our algorithm challenges, checkpoint challenges, or projects. **Table of Contents** @@ -31,7 +31,7 @@ Front-end development (adjective form with a dash) is when you're working on the ## The 2-minute rule -Each challenge should be solvable within 120 seconds  by a native English speaker who has completed the challenges leading up to it. This includes the amount of time it takes to read the directions, understand the seeded code, write their own code, and get all the tests to pass. +Each challenge should be solvable within 120 seconds by a native English speaker who has completed the challenges leading up to it. This includes the amount of time it takes to read the directions, understand the seeded code, write their own code, and get all the tests to pass. If it takes longer than two minutes to complete the challenge, you have two options: - Simplify the challenge, or