summaryrefslogtreecommitdiff
path: root/doc/system_hooks
diff options
context:
space:
mode:
authorKei <the.keikun@gmail.com>2014-03-14 12:49:50 +0800
committerShido <the.keikun@gmail.com>2014-03-16 03:45:00 +0800
commitac09f6deb9ced5f5db6dc21b9cf9c153953d175f (patch)
tree167f652dd8e54ee5b0bf2ae9d67acd14db0168f1 /doc/system_hooks
parent6e73b208a9f69c68bf8575d902d6662eb3db0662 (diff)
downloadgitlab-ce-ac09f6deb9ced5f5db6dc21b9cf9c153953d175f.tar.gz
Fixed some minor typos.
Diffstat (limited to 'doc/system_hooks')
-rw-r--r--doc/system_hooks/system_hooks.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/system_hooks/system_hooks.md b/doc/system_hooks/system_hooks.md
index fe32ca1a9fa..76ca2a59911 100644
--- a/doc/system_hooks/system_hooks.md
+++ b/doc/system_hooks/system_hooks.md
@@ -11,8 +11,8 @@ System hooks can be used, e.g. for logging or changing information in a LDAP ser
"created_at": "2012-07-21T07:30:54Z",
"event_name": "project_create",
"name": "StoreCloud",
- "owner_email": "johnsmith@gmail.com"
- "owner_name": "John Smit",
+ "owner_email": "johnsmith@gmail.com",
+ "owner_name": "John Smith",
"path": "stormcloud",
"path_with_namespace": "jsmith/stormcloud",
"project_id": 74,
@@ -26,7 +26,7 @@ System hooks can be used, e.g. for logging or changing information in a LDAP ser
"created_at": "2012-07-21T07:30:58Z",
"event_name": "project_destroy",
"name": "Underscore",
- "owner_email": "johnsmith@gmail.com"
+ "owner_email": "johnsmith@gmail.com",
"owner_name": "John Smith",
"path": "underscore",
"path_with_namespace": "jsmith/underscore",
@@ -36,7 +36,7 @@ System hooks can be used, e.g. for logging or changing information in a LDAP ser
**New Team Member:**
-```ruby
+```json
{
"created_at": "2012-07-21T07:30:56Z",
"event_name": "user_add_to_team",