Skip to content

Commit

Permalink
Fix a typo in: git flow feature finish
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouchut committed Mar 31, 2016
1 parent ffeb421 commit 88aff65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h3>Finish up a feature</h3>
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>
Expand Down

0 comments on commit 88aff65

Please sign in to comment.