From ec7c3ced0e0809a669432dfe7bbf3f1940750d82 Mon Sep 17 00:00:00 2001 From: Dennis Wolfers Date: Sat, 13 Oct 2018 16:20:26 -0700 Subject: [PATCH] Remopve redundant 'use' (#18902) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2222d363e0..37308ffa9a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,7 +91,7 @@ Broadly, - We have a Node.js based API server. - A set of React based client applications. -- A script that we use to use evaluate our Frontend projects. +- A script that we use to evaluate our Frontend projects. Contributing to this requires some understanding of APIs, ES6 Syntax and a lot of curiosity.