diff options
author | Ewan Edwards <eedwards@perforce.com> | 2015-01-30 10:24:45 -0800 |
---|---|---|
committer | Ewan Edwards <eedwards@perforce.com> | 2015-01-30 10:24:45 -0800 |
commit | e6e337088bbb4736983119928b6b6b451bd3ef20 (patch) | |
tree | b4052034e51615b85f7f09ca71012a398638a3d9 /doc/api/services.md | |
parent | c47328948b5fff218c68279260a57ab6b03e7423 (diff) | |
download | gitlab-ce-e6e337088bbb4736983119928b6b6b451bd3ef20.tar.gz |
Make all non-config/non-operational mentions of URL consistently
capitalized.
Make the plural version consistently "URLs".
Fix an instance where the article "the" before URL was missing.
Diffstat (limited to 'doc/api/services.md')
-rw-r--r-- | doc/api/services.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/services.md b/doc/api/services.md index ab9f9c00c67..93534d5502e 100644 --- a/doc/api/services.md +++ b/doc/api/services.md @@ -13,7 +13,7 @@ PUT /projects/:id/services/gitlab-ci Parameters: - `token` (required) - CI project token -- `project_url` (required) - CI project url +- `project_url` (required) - CI project URL ### Delete GitLab CI service |