Skip to content

Commit 3fc2876

Browse files
committed
Merge pull request danielkummer#53 from ebouchut/patch-1
Fix a typo in: git flow feature finish - thanks @ebouchut for spotting it :)
2 parents 402d9dd + 88aff65 commit 3fc2876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ <h3>Finish up a feature</h3>
206206
This action performs the following
207207
</p>
208208
<ul>
209-
<li>Merged MYFEATURE into 'develop'</li>
209+
<li>Merges MYFEATURE into 'develop'</li>
210210
<li>Removes the feature branch</li>
211211
<li>Switches back to 'develop' branch</li>
212212
</ul>

0 commit comments

Comments
 (0)