summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-09-15 23:17:49 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-09-15 23:17:49 +0000
commit5e006d0299d89de46828ca49277c82587f52dbd4 (patch)
tree47ae14526031cde13611791ce8d0df1415d2cdb2
parent154bb6a40962979f6790da97f94294a61319391c (diff)
downloadgitlab-ce-5e006d0299d89de46828ca49277c82587f52dbd4.tar.gz
Add latest changes from gitlab-org/gitlab@master
-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 5626428bfc3..0822b01d553 100644
--- a/doc/ci/quick_start/README.md
+++ b/doc/ci/quick_start/README.md
@@ -43,7 +43,7 @@ So in brief, the steps needed to have a working CI can be summed up to:
1. Configure a Runner
From there on, on every push to your Git repository, the Runner will
-automagically start the pipeline and the pipeline will appear under the
+automatically start the pipeline and the pipeline will appear under the
project's **Pipelines** page.
---