Commit 99d7b3ea authored by Katarzyna Kobierska's avatar Katarzyna Kobierska

Improve documentation grammar

parent ced7cf7b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
> [Introduced][ce-5953] in GitLab 8.12. > [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 POST ci/lint
...@@ -53,7 +53,7 @@ curl --request POST "https://gitlab.example.com/api/v3/ci/lint?content={ ...@@ -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: Example responses:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment