From c5910dca7505f86a4f28455687b48d6135357102 Mon Sep 17 00:00:00 2001 From: William Johnston Date: Mon, 9 Oct 2017 22:30:22 -0500 Subject: [PATCH] Fix typo --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 44e1ebc9..cb07d198 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -71,7 +71,7 @@ Pull requests are awesome, and if they arrive with decent tests, and conform to Your code should conform to these guidelines: - * The code is MIT licenced, your code will fall under the same license if we merge it. + * The code is MIT licensed, your code will fall under the same license if we merge it. * We can't merge it without a [good commit message](http://robots.thoughtbot.com/5-useful-tips-for-a-better-commit-message). If you do this right, Github will use the commit message as the body of your pull request, double win. * If you are making an improvement/fix for an existing issue, make sure to mention the issue number (if we have not yet merged it ) * Add an entry to the `CHANGELOG` under the `### master` section, but please don't mess with the version.