summaryrefslogtreecommitdiff
path: root/doc/ci/services
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-11-19 22:51:54 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-11-22 15:44:32 +0900
commite238882d0c18c75b41b71f05ce44f5717fc75b4d (patch)
treea3461557f4709c6b51f1661c137b071362ce0102 /doc/ci/services
parentd093bbaec526637bf0ce550b50002c19c7a1c056 (diff)
downloadgitlab-ce-e238882d0c18c75b41b71f05ce44f5717fc75b4d.tar.gz
Eliminate duplicated words
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'doc/ci/services')
-rw-r--r--doc/ci/services/redis.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/services/redis.md b/doc/ci/services/redis.md
index 554c321fd0c..36f71427ae7 100644
--- a/doc/ci/services/redis.md
+++ b/doc/ci/services/redis.md
@@ -43,7 +43,7 @@ sudo apt-get install redis-server
Verify that you can connect to the server with the `gitlab-runner` user:
```bash
-# Try connecting the the Redis server
+# Try connecting the Redis server
sudo -u gitlab-runner -H redis-cli
# Quit the session