From e42e93fcb8d58630bebacfb063d229dc11f9f62e Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 18 Jan 2021 17:39:29 +0800 Subject: [PATCH] Correct a typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3d7c72..e10a9cc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,4 +31,4 @@ Always run the tests before submitting pull requests, and ideally run `tox` in order to check that your modifications don't break anything. Once you've made a pull request take a look at the travis build status in the -GitHub interface and make sure the tests are runnning as you'd expect. +GitHub interface and make sure the tests are running as you'd expect.