summaryrefslogtreecommitdiff
path: root/app/views/help
diff options
context:
space:
mode:
authorhardchor <burkhard.reffeling@gmail.com>2012-10-25 22:11:06 +0200
committerhardchor <burkhard.reffeling@gmail.com>2012-10-25 22:11:06 +0200
commitb5ced56ba4293d426f7f2e2a9872222f8146ef4c (patch)
tree04ad04a5b5647be49e16337b4d87457b1b0a655c /app/views/help
parentd005242d230b1e0c59e183996f0f3117540130d3 (diff)
downloadgitlab-ce-b5ced56ba4293d426f7f2e2a9872222f8146ef4c.tar.gz
Some grammatical improvements
Nothing too dramatic, just some improvements.
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/system_hooks.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/help/system_hooks.html.haml b/app/views/help/system_hooks.html.haml
index 736c818bc57..c25b60deeb0 100644
--- a/app/views/help/system_hooks.html.haml
+++ b/app/views/help/system_hooks.html.haml
@@ -5,9 +5,10 @@
%hr
%p.slead
- Your GitLab instance can perform HTTP POST request on next event: create_project, delete_project, create_user, delete_user, change_team_member.
+ Your GitLab instance can perform HTTP POST requests on the following events: create_project, delete_project, create_user, delete_user, change_team_member.
%br
- System Hooks can be used for logging or change information in LDAP server.
+ %br
+ System Hooks can be used, e.g. for logging or changing information in a LDAP server.
%br
%h5 Hooks request example:
= render "admin/hooks/data_ex"