diff options
author | haseeb <haseebeqx@yahoo.com> | 2018-03-06 21:46:51 +0530 |
---|---|---|
committer | haseeb <haseebeqx@yahoo.com> | 2018-03-06 21:46:51 +0530 |
commit | b5987e62ea609b2bb55ab762d074a1fd2642d325 (patch) | |
tree | 7243996937a9ba194f43be665d9c0c0efaf1c3f2 /doc/api/issues.md | |
parent | f0859cc937f7c4251062b12957253c4832bd1263 (diff) | |
download | gitlab-ce-b5987e62ea609b2bb55ab762d074a1fd2642d325.tar.gz |
added missing space in docs and a changelog
Diffstat (limited to 'doc/api/issues.md')
-rw-r--r-- | doc/api/issues.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md index 5c91b6cb838..6c895bb6e75 100644 --- a/doc/api/issues.md +++ b/doc/api/issues.md @@ -837,8 +837,8 @@ Example response: "avatar_url": "http://www.gravatar.com/avatar/3e6f06a86cf27fa8b56f3f74f7615987?s=80&d=identicon", "web_url": "https://gitlab.example.com/keyon" }, - "closed_at":null, - "closed_by":null, + "closed_at": null, + "closed_by": null, "author": { "name": "Vivian Hermann", "username": "orville", |