summaryrefslogtreecommitdiff
path: root/doc/administration/plugins.md
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-23 14:31:29 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-08-23 14:31:29 +0900
commit6491b11c9d3f86c37734fdfa53eabb99c967e5f9 (patch)
treededdbbee8379a27b3aafab7d8ce6fe7b2e19571f /doc/administration/plugins.md
parente12f7fe062574b0ad3e271b149928252a99119f5 (diff)
downloadgitlab-ce-docs-capitalization-1.tar.gz
Update capitalization in admin, api, othersdocs-capitalization-1
Update capitalization in /administration, /api, /ci and /customization
Diffstat (limited to 'doc/administration/plugins.md')
-rw-r--r--doc/administration/plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/plugins.md b/doc/administration/plugins.md
index 52f1e7cde28..92a4d56ca63 100644
--- a/doc/administration/plugins.md
+++ b/doc/administration/plugins.md
@@ -39,7 +39,7 @@ Follow the steps below to set up a custom hook:
1. Inside the `plugins` directory, create a file with a name of your choice,
without spaces or special characters.
-1. Make the hook file executable and make sure it's owned by the git user.
+1. Make the hook file executable and make sure it's owned by the Git user.
1. Write the code to make the plugin function as expected. That can be
in any language, and ensure the 'shebang' at the top properly reflects the
language type. For example, if the script is in Ruby the shebang will