From 7ef482a07a239722ec25d6b9183baf5e301e8a78 Mon Sep 17 00:00:00 2001 From: TheFereday <34562852+TheFereday@users.noreply.github.com> Date: Fri, 11 Jan 2019 13:54:14 -0700 Subject: [PATCH] Update style-guide-for-curriculum-challenges.md (#29169) Improved sentence syntax and flow, made more clear. --- docs/style-guide-for-curriculum-challenges.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/style-guide-for-curriculum-challenges.md b/docs/style-guide-for-curriculum-challenges.md index 60e1e41b49..133c285890 100644 --- a/docs/style-guide-for-curriculum-challenges.md +++ b/docs/style-guide-for-curriculum-challenges.md @@ -104,7 +104,7 @@ Challenge tests can make use of the Node.js and Chai.js assertion libraries. Als ## Writing instructions -Challenges should be written with short, clear sentences, and use as little jargon as necessary. All jargon should be defined immediately in plain English. +Sentences should be clear and concise with minimal jargon. If used, jargon should be immediately defined in plain English. Keep paragraphs short (around 1-4 sentences). People are more likely to read several short paragraphs over a wall of text.