From 841a07aab8d8a9645cdf0e7fc8358a9161ef8c92 Mon Sep 17 00:00:00 2001 From: Paul Young Date: Tue, 19 May 2015 17:44:57 -0700 Subject: [PATCH] Fix typo in contributing guidelines. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 770423a7..8889b7c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Please search existing issues before filing new ones. Pull requests should be issued from dedicated branches, as opposed to `master`. -It may be worth opening an issue to discuss feature requests and major changes before attemping to implement them. +It may be worth opening an issue to discuss feature requests and major changes before attempting to implement them. Prefixing a pull request with `[WIP]` and committing early is a good way to get feedback without too much investment.