summaryrefslogtreecommitdiff
path: root/doc/api/builds.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-12 11:25:20 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-02-12 11:25:20 +0200
commit324e6743cf328a48afd7655c99c56199ae456632 (patch)
tree2b5e1a80b80d53675c2eaccbbc0a2799f8c302ef /doc/api/builds.md
parent2afd95a02520f929773990f78fdf209afc829636 (diff)
downloadgitlab-ce-324e6743cf328a48afd7655c99c56199ae456632.tar.gz
Fix typo in doc/api/builds.md
[ci skip]
Diffstat (limited to 'doc/api/builds.md')
-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"