diff options
author | Den Girnyk <great.antique@gmail.com> | 2015-11-17 13:08:11 +0200 |
---|---|---|
committer | Den Girnyk <great.antique@gmail.com> | 2015-11-17 13:08:11 +0200 |
commit | 4de50a866e89d83fce0264c1e0b689b638d9be95 (patch) | |
tree | 350e3fb8564b94404cbf31d2eba3e451a93fb4f1 | |
parent | 03cb8edb34ab0d19049931434863b585d85de238 (diff) | |
download | gitlab-ce-4de50a866e89d83fce0264c1e0b689b638d9be95.tar.gz |
Fix md syntax in doc/api/commits.md
-rw-r--r-- | doc/api/commits.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md index 8e4a0ee1b82..93d62b751e6 100644 --- a/doc/api/commits.md +++ b/doc/api/commits.md @@ -188,7 +188,7 @@ Parameters: "target_url": "http://jenkins/project/url", "description": "Jenkins success", "created_at": "2015-10-12T09:47:16.250Z", - "started_at": "2015-10-12T09:47:16.250Z"", + "started_at": "2015-10-12T09:47:16.250Z", "finished_at": "2015-10-12T09:47:16.262Z", "author": { "id": 1, @@ -228,7 +228,7 @@ POST /projects/:id/statuses/:sha "target_url": "http://jenkins/project/url", "description": "Jenkins success", "created_at": "2015-10-12T09:47:16.250Z", - "started_at": "2015-10-12T09:47:16.250Z"", + "started_at": "2015-10-12T09:47:16.250Z", "finished_at": "2015-10-12T09:47:16.262Z", "author": { "id": 1, |