Merge pull request #53 from ebouchut/patch-1

Fix a typo in: git flow feature finish - thanks @ebouchut for spotting it :)
This commit is contained in:
Daniel Kummer 2016-04-21 11:13:05 +02:00
commit 3fc28762f6

View File

@ -206,7 +206,7 @@
This action performs the following
</p>
<ul>
<li>Merged MYFEATURE into 'develop'</li>
<li>Merges MYFEATURE into 'develop'</li>
<li>Removes the feature branch</li>
<li>Switches back to 'develop' branch</li>
</ul>