summaryrefslogtreecommitdiff
path: root/doc/hooks
diff options
context:
space:
mode:
authorkaren Carias <karen@gitlab.com>2015-09-28 19:04:32 -0700
committerkaren Carias <karen@gitlab.com>2015-09-28 19:04:32 -0700
commit44b8844122029fceb45db89b3af554b77523f005 (patch)
tree05dcbd81199f950fd745ad07365bf1bd12183e37 /doc/hooks
parent57b009829d3139b2c42d516dc0645fe6bde0294c (diff)
downloadgitlab-ce-44b8844122029fceb45db89b3af554b77523f005.tar.gz
changed words
Diffstat (limited to 'doc/hooks')
-rw-r--r--doc/hooks/custom_hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hooks/custom_hooks.md b/doc/hooks/custom_hooks.md
index dd3be70c900..548c484bc08 100644
--- a/doc/hooks/custom_hooks.md
+++ b/doc/hooks/custom_hooks.md
@@ -2,7 +2,7 @@
**Note: Custom git hooks must be configured on the filesystem of the GitLab
server. Only GitLab server administrators will be able to complete these tasks.
-Please explore webhooks as an option if you do not have filesystem access. For a user-friendly Git Hooks interface, please see [GitLab Enterprise Edition Git Hooks](http://doc.gitlab.com/ee/git_hooks/git_hooks.html).**
+Please explore webhooks as an option if you do not have filesystem access. For a user configurable Git Hooks interface, please see [GitLab Enterprise Edition Git Hooks](http://doc.gitlab.com/ee/git_hooks/git_hooks.html).**
Git natively supports hooks that are executed on different actions.
Examples of server-side git hooks include pre-receive, post-receive, and update.