Commit b36441f4d6d60f76d6e91f4c9405e334b269412b
Exists in
spb-stable
and in
3 other branches
Merge pull request #6529 from MrKeiKun/system-hook-fix
Fixed some minor typos
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
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 | @@ -11,8 +11,8 @@ System hooks can be used, e.g. for logging or changing information in a LDAP ser | ||
11 | "created_at": "2012-07-21T07:30:54Z", | 11 | "created_at": "2012-07-21T07:30:54Z", |
12 | "event_name": "project_create", | 12 | "event_name": "project_create", |
13 | "name": "StoreCloud", | 13 | "name": "StoreCloud", |
14 | - "owner_email": "johnsmith@gmail.com" | ||
15 | - "owner_name": "John Smit", | 14 | + "owner_email": "johnsmith@gmail.com", |
15 | + "owner_name": "John Smith", | ||
16 | "path": "stormcloud", | 16 | "path": "stormcloud", |
17 | "path_with_namespace": "jsmith/stormcloud", | 17 | "path_with_namespace": "jsmith/stormcloud", |
18 | "project_id": 74, | 18 | "project_id": 74, |
@@ -26,7 +26,7 @@ System hooks can be used, e.g. for logging or changing information in a LDAP ser | @@ -26,7 +26,7 @@ System hooks can be used, e.g. for logging or changing information in a LDAP ser | ||
26 | "created_at": "2012-07-21T07:30:58Z", | 26 | "created_at": "2012-07-21T07:30:58Z", |
27 | "event_name": "project_destroy", | 27 | "event_name": "project_destroy", |
28 | "name": "Underscore", | 28 | "name": "Underscore", |
29 | - "owner_email": "johnsmith@gmail.com" | 29 | + "owner_email": "johnsmith@gmail.com", |
30 | "owner_name": "John Smith", | 30 | "owner_name": "John Smith", |
31 | "path": "underscore", | 31 | "path": "underscore", |
32 | "path_with_namespace": "jsmith/underscore", | 32 | "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 | @@ -36,7 +36,7 @@ System hooks can be used, e.g. for logging or changing information in a LDAP ser | ||
36 | 36 | ||
37 | **New Team Member:** | 37 | **New Team Member:** |
38 | 38 | ||
39 | -```ruby | 39 | +```json |
40 | { | 40 | { |
41 | "created_at": "2012-07-21T07:30:56Z", | 41 | "created_at": "2012-07-21T07:30:56Z", |
42 | "event_name": "user_add_to_team", | 42 | "event_name": "user_add_to_team", |