From c814706bb15487235c312303fe7aa733a5f76829 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 9 May 2015 17:20:18 +0200 Subject: [PATCH] Correct typos found by @fw42 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf1a2dc84..48b8e5600 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,9 +28,9 @@ Providing Patches ================= You have fixed an annoying bug or have added a new feature? Very cool! Let's -get it into the project! The workflow we're using is also described at the +get it into the project! The workflow we're using is also described on the [GitHub Flow](https://guides.github.com/introduction/flow/) website, it boils -down to the following steps : +down to the following steps: 1. First we would kindly ask you to fork our project on GitHub if you haven't done so already.