summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2018-12-27 16:08:50 +0100
committerMathieu Parent <math.parent@gmail.com>2018-12-27 16:09:28 +0100
commit24995c015f276f05d0998800547e6ee769dd192b (patch)
treefc2157ddcae38d81c29edb26144a577398c308ca
parent77909a88460bbc864a5f95f3fa66053eb6cab5a8 (diff)
downloadgitlab-ce-24995c015f276f05d0998800547e6ee769dd192b.tar.gz
Fix doc for "Allow getting the merge base of multiple revisions"
See 71d71afb3ac5f302470e66ace4f59e247249d99e
-rw-r--r--doc/api/repositories.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md
index 55f5a4cc3b2..15c06158133 100644
--- a/doc/api/repositories.md
+++ b/doc/api/repositories.md
@@ -212,7 +212,7 @@ Response:
## Merge Base
-Get the common ancestor for 2 refs (commit SHAs, branch names or tags).
+Get the common ancestor for 2 or more refs (commit SHAs, branch names or tags).
```
GET /projects/:id/repository/merge_base