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
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-08 22:35:25 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-08 22:35:25 +0300
commit4ea0f06470620064c5d23e28c778f83296aeb551 (patch)
tree9559d3dabf4c4a010dde1abacbfbfa83f3e49053 /doc
parentcf44dc510786775a1303384d858eb0a7bf33c34f (diff)
Fix wrong naming of services keyword [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/services/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/services/README.md b/doc/ci/services/README.md
index 0856b7679c2..1ebb0a4a250 100644
--- a/doc/ci/services/README.md
+++ b/doc/ci/services/README.md
@@ -1,6 +1,6 @@
## GitLab CI Services
-GitLab CI uses the `service` keyword to define what docker containers should be
+GitLab CI uses the `services` keyword to define what docker containers should be
linked with your base image. Below is a list of examples you may use.
+ [Using MySQL](mysql.md)