diff options
author | Sean Edge <asedge@gmail.com> | 2014-05-26 12:32:52 -0400 |
---|---|---|
committer | Sean Edge <asedge@gmail.com> | 2014-05-27 08:22:04 -0400 |
commit | a8f2977c6ac969e91180d06cd3c9ceffed48fd58 (patch) | |
tree | eebc2e080f4e55be1060007d0c6491856274ba9f /doc/api/repositories.md | |
parent | 435740b8a261e664ba021536690395b4313846f3 (diff) | |
download | gitlab-ce-a8f2977c6ac969e91180d06cd3c9ceffed48fd58.tar.gz |
More fixup for HoundCI. Fix up some small issues in docs.
Diffstat (limited to 'doc/api/repositories.md')
-rw-r--r-- | doc/api/repositories.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md index f71084c7532..4633678e182 100644 --- a/doc/api/repositories.md +++ b/doc/api/repositories.md @@ -59,9 +59,9 @@ Parameters: "message": "Initial commit", "authored_date": "2012-05-28T04:42:42-07:00", "author_name": "John Smith", - "author email": "john@example.com" + "author email": "john@example.com", "committer_name": "Jack Smith", - "committed_date": "2012-05-28T04:42:42-07:00" + "committed_date": "2012-05-28T04:42:42-07:00", "committer_email": "jack@example.com" }, "protected": false |