From 127bfe3c7298dfd184799aea5c2a2bb7113ec107 Mon Sep 17 00:00:00 2001 From: Kyle Bedell Date: Thu, 15 Sep 2016 22:49:35 -0400 Subject: [PATCH] Fix contrib.md typo (#616) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9d96e4a56..dfe1a3b99 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,3 @@ A guide to how you can contribute to proselint can be found at http://proselint.com/contributing. -Work on proselint happens over at http://github.com/amperser/proselint. To contribute, create a new branch off master and then open a pull request. You code should run cleanly through pep8 and pep257 linters. Comments, bug reports, and other feedback can be provided through GitHub issues. +Work on proselint happens over at http://github.com/amperser/proselint. To contribute, create a new branch off master and then open a pull request. Your code should run cleanly through pep8 and pep257 linters. Comments, bug reports, and other feedback can be provided through GitHub issues.