From 24995c015f276f05d0998800547e6ee769dd192b Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Thu, 27 Dec 2018 16:08:50 +0100 Subject: [PATCH] Fix doc for "Allow getting the merge base of multiple revisions" See 71d71afb3ac5f302470e66ace4f59e247249d99e --- doc/api/repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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