Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ramsay <jramsay@gitlab.com>2018-04-13 20:41:02 +0300
committerJames Ramsay <jramsay@gitlab.com>2018-04-13 20:41:02 +0300
commit561ac154cdd951e87db6c46455bff34ccd4a40d8 (patch)
treec9f963466a68f961f20311c4066e57590fef6846 /doc/administration/plugins.md
parent47dc372303fbb099584da7c2fcc308b4569c3122 (diff)
Fix typos
Diffstat (limited to 'doc/administration/plugins.md')
-rw-r--r--doc/administration/plugins.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/administration/plugins.md b/doc/administration/plugins.md
index 865259d60f8..4302667caf5 100644
--- a/doc/administration/plugins.md
+++ b/doc/administration/plugins.md
@@ -34,8 +34,8 @@ Follow the steps below to set up a custom hook:
`/home/git/gitlab/plugins/`. For Omnibus installs the path is
usually `/opt/gitlab/embedded/service/gitlab-rails/plugins`.
- For [high availability] configurations, your hook file should be exist
- on each application server.
+ For [highly available] configurations, your hook file should exist on each
+ application server.
1. Inside the `plugins` directory, create a file with a name of your choice,
without spaces or special characters.
@@ -82,4 +82,4 @@ Validating plugins from /plugins directory
[system hooks]: ../system_hooks/system_hooks.md
[webhooks]: ../user/project/integrations/webhooks.md
-[high availability]: ./high_availability/README.md \ No newline at end of file
+[highly available]: ./high_availability/README.md \ No newline at end of file