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:
authorJohn Galt <centromere@users.noreply.github.com>2016-01-11 20:02:39 +0300
committerJohn Galt <centromere@users.noreply.github.com>2016-01-11 20:02:39 +0300
commit0f113828faf12cfe2de89326e1619d4eb5cd8828 (patch)
tree70d7ee13e21217719dddb42b4d6a7f2cb7c075cb /doc/ci/docker/using_docker_images.md
parent701e9ee4519200445a54ee200475a71e2253abe9 (diff)
[ci skip] Fixed minor typo in docker documentation
Diffstat (limited to 'doc/ci/docker/using_docker_images.md')
-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