Fixed some minor typos.
This commit is contained in:
parent
6e73b208a9
commit
ac09f6deb9
|
|
@ -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",
|
"created_at": "2012-07-21T07:30:54Z",
|
||||||
"event_name": "project_create",
|
"event_name": "project_create",
|
||||||
"name": "StoreCloud",
|
"name": "StoreCloud",
|
||||||
"owner_email": "johnsmith@gmail.com"
|
"owner_email": "johnsmith@gmail.com",
|
||||||
"owner_name": "John Smit",
|
"owner_name": "John Smith",
|
||||||
"path": "stormcloud",
|
"path": "stormcloud",
|
||||||
"path_with_namespace": "jsmith/stormcloud",
|
"path_with_namespace": "jsmith/stormcloud",
|
||||||
"project_id": 74,
|
"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",
|
"created_at": "2012-07-21T07:30:58Z",
|
||||||
"event_name": "project_destroy",
|
"event_name": "project_destroy",
|
||||||
"name": "Underscore",
|
"name": "Underscore",
|
||||||
"owner_email": "johnsmith@gmail.com"
|
"owner_email": "johnsmith@gmail.com",
|
||||||
"owner_name": "John Smith",
|
"owner_name": "John Smith",
|
||||||
"path": "underscore",
|
"path": "underscore",
|
||||||
"path_with_namespace": "jsmith/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:**
|
**New Team Member:**
|
||||||
|
|
||||||
```ruby
|
```json
|
||||||
{
|
{
|
||||||
"created_at": "2012-07-21T07:30:56Z",
|
"created_at": "2012-07-21T07:30:56Z",
|
||||||
"event_name": "user_add_to_team",
|
"event_name": "user_add_to_team",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue