summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-08 21:35:25 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-08 21:35:25 +0200
commit4ea0f06470620064c5d23e28c778f83296aeb551 (patch)
tree9559d3dabf4c4a010dde1abacbfbfa83f3e49053
parentcf44dc510786775a1303384d858eb0a7bf33c34f (diff)
downloadgitlab-ce-4ea0f06470620064c5d23e28c778f83296aeb551.tar.gz
Fix wrong naming of services keyword [ci skip]
-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)