From 2874c8556b8202d3518d704651120080bf7a5c51 Mon Sep 17 00:00:00 2001
From: Matthew Erbs <matthew.erbs@merbla.com>
Date: Thu, 14 Sep 2017 07:12:58 +1000
Subject: [PATCH] Grammar fix [Skip CI]

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 469adfc06..8c517a71d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,7 +7,7 @@ The following are a set of guidelines for contributing to [Serilog](https://seri
 
 ## Where to start?
 
-The [Serilog repository][serilog] is the location for enhancements and fixes to the core library.  Generally we try to keep the core library lean and performant which attempting to deliver the features of a first class logging library.  
+The [Serilog repository][serilog] is the location for enhancements and fixes to the core library.  Generally we try to keep the core library lean and performant while attempting to deliver the features of a first class logging library.  
 
 If you are interested in contributing to a [sink][sinks] or one of the other [community projects][community_projects] then please create a PR in the respective repository.