diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-12 11:25:20 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-12 11:25:20 +0200 |
commit | 324e6743cf328a48afd7655c99c56199ae456632 (patch) | |
tree | 2b5e1a80b80d53675c2eaccbbc0a2799f8c302ef /doc/api/builds.md | |
parent | 2afd95a02520f929773990f78fdf209afc829636 (diff) | |
download | gitlab-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.md | 2 |
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" |