From a91a46910c834399610bb74f63f03c67a33fc761 Mon Sep 17 00:00:00 2001 From: Aashishgaba097 Date: Tue, 31 Oct 2017 20:42:29 +0530 Subject: [PATCH] Corrected grammatical error in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e022ec28..bbac665ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -113,7 +113,7 @@ The Web API v3 client is `sendgrid.py`, the other files are legacy code for our ## Testing -All PRs require passing tests before the PR will be reviewed. +The PR must pass all the tests before it is reviewed. All test files are in the [`test`](https://github.com/sendgrid/sendgrid-python/test) directory. @@ -129,7 +129,7 @@ For Python 2.7.* and up: ### Testing Multiple Versions of Python -All PRs require passing tests before the PR will be reviewed. +The PR must pass all the tests before it is reviewed. #### Prerequisites: ####