diff options
author | Katarzyna Kobierska <kkobierska@gmail.com> | 2016-09-05 13:51:33 +0200 |
---|---|---|
committer | Katarzyna Kobierska <kkobierska@gmail.com> | 2016-09-07 12:10:49 +0200 |
commit | 99d7b3ea0c7b97820ee25f12c4b77acc676a72b7 (patch) | |
tree | 7348c9907d6f4fe397e3e7f50c2a93790804268d /doc/api/ci | |
parent | ced7cf7bff2589da7d5134495064c897bac68634 (diff) | |
download | gitlab-ce-99d7b3ea0c7b97820ee25f12c4b77acc676a72b7.tar.gz |
Improve documentation grammar
Diffstat (limited to 'doc/api/ci')
-rw-r--r-- | doc/api/ci/lint.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/ci/lint.md b/doc/api/ci/lint.md index 74213f21de3..89eafad740c 100644 --- a/doc/api/ci/lint.md +++ b/doc/api/ci/lint.md @@ -2,7 +2,7 @@ > [Introduced][ce-5953] in GitLab 8.12. -Check whether your .gitlab-ci.yml file is valid. +Checks if your .gitlab-ci.yml file is valid. ``` POST ci/lint @@ -53,7 +53,7 @@ curl --request POST "https://gitlab.example.com/api/v3/ci/lint?content={ }" ``` -Be sure to copy paste the exact contents of `.gitlab-ci.yml` as YAML is very picky with indentation and spaces. +Be sure to copy paste the exact contents of `.gitlab-ci.yml` as YAML is very picky about indentation and spaces. Example responses: |