summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-07-31 00:46:06 +0000
committerEvan Read <eread@gitlab.com>2019-07-31 00:46:06 +0000
commited85fcfa6c79d82f373e31da911b307fa8b27f76 (patch)
tree06a8e9ad28bc4dbc83e7a03d9e289d256fcecb7b
parent254238c06440f0a11d11929a626226c369b1a105 (diff)
parent21977d9a16abe4ee87307aed33777a2a18436842 (diff)
downloadgitlab-ce-ed85fcfa6c79d82f373e31da911b307fa8b27f76.tar.gz
Merge branch 'da-fix-small-typo-custom-hooks-docs' into 'master'
Remove duplicated words on custom hooks docs See merge request gitlab-org/gitlab-ce!31309
-rw-r--r--doc/administration/custom_hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/custom_hooks.md b/doc/administration/custom_hooks.md
index 113514e1ee8..32462a95a1a 100644
--- a/doc/administration/custom_hooks.md
+++ b/doc/administration/custom_hooks.md
@@ -21,7 +21,7 @@ administrators can add custom git hooks to any GitLab project.
## Create a custom Git hook for a repository
Server-side Git hooks are typically placed in the repository's `hooks`
-subdirectory. In GitLab, hook directories are are symlinked to the gitlab-shell
+subdirectory. In GitLab, hook directories are symlinked to the gitlab-shell
`hooks` directory for ease of maintenance between gitlab-shell upgrades.
Custom hooks are implemented differently, but the behavior is exactly the same
once the hook is created. Follow the steps below to set up a custom hook for a