summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Penna <mpenna@gitlab.com>2019-09-06 23:16:38 +0000
committerMatt Penna <mpenna@gitlab.com>2019-09-06 23:16:38 +0000
commite9569f5da7b930c48f186611a601569fa7dc6bf3 (patch)
treee8da7156d9ef992a6e2b047894ce2b51c5d08043
parentfd515cca50a35f7f39d8dd134e69c1b275ba632f (diff)
downloadgitlab-ce-docs-ci-cd-correct-mpenna20190906.tar.gz
Corrected CI to CD in introductiondocs-ci-cd-correct-mpenna20190906
-rw-r--r--doc/user/project/canary_deployments.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/canary_deployments.md b/doc/user/project/canary_deployments.md
index 5068d2757be..d4c8bf0d309 100644
--- a/doc/user/project/canary_deployments.md
+++ b/doc/user/project/canary_deployments.md
@@ -2,7 +2,7 @@
> [Introduced][ee-1659] in [GitLab Premium][eep] 9.1.
-A popular [Continuous Integration](https://en.wikipedia.org/wiki/Continuous_integration)
+A popular [Continuous Deployment](https://en.wikipedia.org/wiki/Continuous_deployment)
strategy, where a small portion of the fleet is updated to the new version of
your application.