From d12674df0f5b82dc04b7fd9f4f466c05cfc3c5f9 Mon Sep 17 00:00:00 2001 From: Mark Bussey Date: Wed, 2 Mar 2016 11:26:47 -0600 Subject: [PATCH] fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d77f37d..9ac4219 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,7 +115,7 @@ You should also add yourself to the `CONTRIBUTORS.md` file in the root of the pr ### Merging Changes -* It is considered "poor from" to merge your own request. +* It is considered "poor form" to merge your own request. * Please take the time to review the changes and get a sense of what is being changed. Things to consider: * Does the commit message explain what is going on? * Does the code changes have tests? _Not all changes need new tests, some changes are refactorings_