From 068fc44763a32bbbd6a64a1d22bb9d93daf959a6 Mon Sep 17 00:00:00 2001 From: MattSchwartzkopf Date: Fri, 11 Jan 2019 15:06:36 -0500 Subject: [PATCH] Fixed small error (#27049) Made sure all lists start with a capital letter --- 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 44207183f4..59c0b5a5d5 100644 --- a/docs/style-guide-for-curriculum-challenges.md +++ b/docs/style-guide-for-curriculum-challenges.md @@ -34,8 +34,8 @@ Front-end development (adjective form with a dash) is when you're working on the 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 -- split the challenge into two challenges. +- Simplify the challenge, or +- Split the challenge into two challenges. The 2-minute rule forces you, the challenge designer, to make your directions concise, your seed code clear, and your tests straight-forward.