From 88aff654676fa69039ef73e97dca6fd5b200af09 Mon Sep 17 00:00:00 2001
From: Eric Bouchut
Date: Thu, 31 Mar 2016 17:45:40 +0200
Subject: [PATCH] Fix a typo in: git flow feature finish
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 4ede3c3..6999513 100644
--- a/index.html
+++ b/index.html
@@ -206,7 +206,7 @@
This action performs the following
- - Merged MYFEATURE into 'develop'
+ - Merges MYFEATURE into 'develop'
- Removes the feature branch
- Switches back to 'develop' branch