diff options
author | Ruben Schmidt <ruben.schmidt@stud-mail.uni-wuerzburg.de> | 2016-01-18 17:23:49 +0000 |
---|---|---|
committer | Ruben Schmidt <ruben.schmidt@stud-mail.uni-wuerzburg.de> | 2016-01-18 17:23:49 +0000 |
commit | 96fb81ee38a3d5e5eb5dc8c95a758c4c853d6c63 (patch) | |
tree | b2d7597855bb30be526628ef0a09ff4150debfdd /doc | |
parent | f603f3b30bcd4303f07f87a0c6fa60697b2775fd (diff) | |
download | gitlab-ce-96fb81ee38a3d5e5eb5dc8c95a758c4c853d6c63.tar.gz |
Fixed invalid JSON in first JSON Example line 27
Diffstat (limited to 'doc')
-rw-r--r-- | doc/web_hooks/web_hooks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/web_hooks/web_hooks.md b/doc/web_hooks/web_hooks.md index 6420d65cf1b..c29037e89c2 100644 --- a/doc/web_hooks/web_hooks.md +++ b/doc/web_hooks/web_hooks.md @@ -56,7 +56,7 @@ X-Gitlab-Event: Push Hook "author": { "name": "Jordi Mallach", "email": "jordi@softcatala.org" - } + }, "added": ["CHANGELOG"], "modified": ["app/controller/application.rb"], "removed": [] |