Fixed small error (#27049)

Made sure all lists start with a capital letter
This commit is contained in:
MattSchwartzkopf
2019-01-11 15:06:36 -05:00
committed by Christopher McCormack
parent 0c649aec02
commit 068fc44763

View File

@ -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.