summaryrefslogtreecommitdiff
path: root/doc/administration
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-14 21:42:18 +0200
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-16 12:05:55 +0200
commitd2d8b935e2aee96e534543141d2f0beb449b7d79 (patch)
treea2e5879dc75dc76525461c30f386769d1f6a029c /doc/administration
parent28e3a90be82ac4365195a2cd96095fbd5e1b5c2c (diff)
downloadgitlab-ce-d2d8b935e2aee96e534543141d2f0beb449b7d79.tar.gz
Fix typos in docs
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/high_availability/redis.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/high_availability/redis.md b/doc/administration/high_availability/redis.md
index 7c1ef43499d..a9ba40c870c 100644
--- a/doc/administration/high_availability/redis.md
+++ b/doc/administration/high_availability/redis.md
@@ -684,7 +684,7 @@ cache, queues, and shared_state. To make this work with Sentinel:
```
1. Note that for each persistence class, GitLab will default to using the
configuration specified in `gitlab_rails['redis_sentinels']` unless
- overriden by the settings above.
+ overridden by the settings above.
1. Be sure to include BOTH configuration options for each persistent classes. For example,
if you choose to configure a cache instance, you must specify both `gitlab_rails['redis_cache_instance']`
and `gitlab_rails['redis_cache_sentinels']` for GitLab to generate the proper configuration files.