summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-04-16 10:44:14 +0000
committerRobert Schilling <rschilling@student.tugraz.at>2016-04-16 10:44:14 +0000
commit178dfb191798701be59a0a1c7a988565e437abc0 (patch)
tree5f67c0850373ecddff1ac5d699c3041c38cd0cfa
parent63539a7a7e12a2191058095470638ccabc0a30a3 (diff)
parentf2aacc25fb5ded3c4aa70495d05aaad2cf9b23f8 (diff)
downloadgitlab-ce-178dfb191798701be59a0a1c7a988565e437abc0.tar.gz
Merge branch 'typos_in_ci_doc' into 'master'
Fix typos in CI docs. See merge request !3709
-rw-r--r--doc/ci/quick_start/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md
index 9aba4326e11..6a42a935abd 100644
--- a/doc/ci/quick_start/README.md
+++ b/doc/ci/quick_start/README.md
@@ -13,7 +13,7 @@ GitLab offers a [continuous integration][ci] service. If you
and configure your GitLab project to use a [Runner], then each merge request or
push triggers a build.
-The `.gitlab-ci.yml` file tells the GitLab runner what do to. By default it
+The `.gitlab-ci.yml` file tells the GitLab runner what to do. By default it
runs three [stages]: `build`, `test`, and `deploy`.
If everything runs OK (no non-zero return values), you'll get a nice green