From 708f5f3f721bbaaa1257cbbd6f7d521094edf452 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Mon, 25 Apr 2016 00:47:11 +0200 Subject: [PATCH] Fix a typo in Contributing.md prose --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c710699a4a5bc..b51a1fe9b1ff1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ File a single issue per problem and feature request, do not file combo issues. The more information you can provide, the more likely someone will be successful reproducing the issue and finding a fix. Therefore: -* Provide reproducable steps, what the result of the steps was, an what you would have expected. +* Provide reproducable steps, what the result of the steps was, and what you would have expected. * Description of what you expect to happen * Animated GIFs * Code that demonstrates the issue