From e940d97dc03e7876ecf07948736da4477d13ca80 Mon Sep 17 00:00:00 2001 From: Tomasz Maczukin Date: Tue, 13 Sep 2016 17:43:32 +0200 Subject: Fix a typo in documentation --- doc/api/ci/builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/ci/builds.md b/doc/api/ci/builds.md index e8d6b750082..b6d79706a84 100644 --- a/doc/api/ci/builds.md +++ b/doc/api/ci/builds.md @@ -44,7 +44,7 @@ curl --request POST "https://gitlab.example.com/ci/api/v1/builds/register" --for |--------|------|---------------------------------------------------------------------------| | `201` | yes | When a build is scheduled for a runner | | `204` | no | When no builds are scheduled for a runner (for GitLab Runner >= `v1.3.0`) | -| `403` | no | When invalid token is used or no token is send | +| `403` | no | When invalid token is used or no token is sent | | `404` | no | When no builds are scheduled for a runner (for GitLab Runner < `v1.3.0`) **or** when the runner is set to `paused` in GitLab runner's configuration page | ### Update details of an existing build -- cgit v1.2.1