Commit b5ced56ba4293d426f7f2e2a9872222f8146ef4c
1 parent
d005242d
Exists in
master
and in
4 other branches
Some grammatical improvements
Nothing too dramatic, just some improvements.
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
app/views/help/system_hooks.html.haml
... | ... | @@ -5,9 +5,10 @@ |
5 | 5 | %hr |
6 | 6 | |
7 | 7 | %p.slead |
8 | - Your GitLab instance can perform HTTP POST request on next event: create_project, delete_project, create_user, delete_user, change_team_member. | |
8 | + Your GitLab instance can perform HTTP POST requests on the following events: create_project, delete_project, create_user, delete_user, change_team_member. | |
9 | 9 | %br |
10 | - System Hooks can be used for logging or change information in LDAP server. | |
10 | + %br | |
11 | + System Hooks can be used, e.g. for logging or changing information in a LDAP server. | |
11 | 12 | %br |
12 | 13 | %h5 Hooks request example: |
13 | 14 | = render "admin/hooks/data_ex" | ... | ... |