summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-12 09:27:16 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-02-12 09:27:16 +0000
commite45bc034fa4a003b0bc45233e32aedcca4eecea1 (patch)
tree2b5e1a80b80d53675c2eaccbbc0a2799f8c302ef
parent2afd95a02520f929773990f78fdf209afc829636 (diff)
parent324e6743cf328a48afd7655c99c56199ae456632 (diff)
downloadgitlab-ce-e45bc034fa4a003b0bc45233e32aedcca4eecea1.tar.gz
Merge branch 'typo_api_builds_doc' into 'master'
Fix typo in doc/api/builds.md See merge request !2795
-rw-r--r--doc/api/builds.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/builds.md b/doc/api/builds.md
index 4dd4ee8b4bb..43edb40e911 100644
--- a/doc/api/builds.md
+++ b/doc/api/builds.md
@@ -112,7 +112,7 @@ GET /projects/:id/repository/commits/:sha/builds
|-----------|---------|----------|---------------------|
| `id` | integer | yes | The ID of a project |
| `sha` | string | yes | The SHA id of a commit |
-| `scope` | stringi **or** array of strings | no | The scope of builds to show, one or array of: `pending`, `running`, `failed`, `success`, `canceled`; showing all builds if none provided |
+| `scope` | string **or** array of strings | no | The scope of builds to show, one or array of: `pending`, `running`, `failed`, `success`, `canceled`; showing all builds if none provided |
```
curl -H "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v3/projects/1/repository/commits/0ff3ae198f8601a285adcf5c0fff204ee6fba5fd/builds"