http-backend: reword some documentation
[gitweb.git] / Documentation / git-merge.txt
index ac9f17a11ed0456205f3fa1c72f48906bb16eb25..d05f324462d23f64ba9563666e555a9eee3c443f 100644 (file)
@@ -50,8 +50,8 @@ include::merge-config.txt[]
 
 branch.<name>.mergeoptions::
        Sets default options for merging into branch <name>. The syntax and
-       supported options are equal to that of 'git-merge', but option values
-       containing whitespace characters are currently not supported.
+       supported options are the same as those of 'git merge', but option
+       values containing whitespace characters are currently not supported.
 
 HOW MERGE WORKS
 ---------------