From 64465e2df113f3d52c93c9f5b3834dc89df63996 Mon Sep 17 00:00:00 2001 From: Walter Woodward <35038191+walterswoodward@users.noreply.github.com> Date: Thu, 11 Oct 2018 21:34:08 -0400 Subject: [PATCH] fixes redundant "are" typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 788d323dbc..eaf1e03364 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,7 +72,7 @@ If you can't find a stub about the topic you'd like to write about, you can open ### Create, Update and Fix Bugs in our coding challenges -All our Coding challenges are are curated by the community, bringing in expert knowledge from volunteers like you. +All our Coding challenges are curated by the community, bringing in expert knowledge from volunteers like you. However, these need to be constantly refined, for quality. For example, you may want to update instructions to improve their [verbiage](https://en.oxforddictionaries.com/definition/verbiage). You can update the user stories to explain the concept better and even remove redundant ones. You may want to refactor tests which do not pass with valid code for the user stories.