summaryrefslogtreecommitdiff
path: root/doc/ci/quick_start/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/quick_start/README.md')
-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.
---