summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-01-12 01:24:00 +0000
committerRobert Schilling <rschilling@student.tugraz.at>2016-01-12 01:24:00 +0000
commit3ea637ed5d38b4484c4ca23d71d2f03c3df3f45a (patch)
treefa078ed82d37a42773b3f974f4a526904bd31b59
parent68d0076415632efd4cc8f238d7ff2868a2c3b400 (diff)
parent0f113828faf12cfe2de89326e1619d4eb5cd8828 (diff)
downloadgitlab-ce-3ea637ed5d38b4484c4ca23d71d2f03c3df3f45a.tar.gz
Merge branch 'typo-fix' into 'master'
[ci skip] Fixed minor typo in docker documentation This change is self-explanatory. See merge request !2374
-rw-r--r--doc/ci/docker/using_docker_images.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/docker/using_docker_images.md b/doc/ci/docker/using_docker_images.md
index 31458d61674..63fe840b369 100644
--- a/doc/ci/docker/using_docker_images.md
+++ b/doc/ci/docker/using_docker_images.md
@@ -174,7 +174,7 @@ The alias hostname for the service is made from the image name following these
rules:
1. Everything after `:` is stripped
-2. Backslash (`/`) is replaced with double underscores (`__`)
+2. Slash (`/`) is replaced with double underscores (`__`)
## Configuring services