summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Galt <centromere@users.noreply.github.com>2016-01-11 10:02:39 -0700
committerJohn Galt <centromere@users.noreply.github.com>2016-01-11 10:02:39 -0700
commit0f113828faf12cfe2de89326e1619d4eb5cd8828 (patch)
tree70d7ee13e21217719dddb42b4d6a7f2cb7c075cb
parent701e9ee4519200445a54ee200475a71e2253abe9 (diff)
downloadgitlab-ce-0f113828faf12cfe2de89326e1619d4eb5cd8828.tar.gz
[ci skip] Fixed minor typo in docker documentation
-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