diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-06-18 14:25:20 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-06-18 14:25:20 +0000 |
commit | e113d95716f35e0bc02932b2d1910b5837daef62 (patch) | |
tree | e65bf8167f41175c73859133a8144d1f36627f83 | |
parent | c28b7bb81e48014c738376938711fb6a0ad564fb (diff) | |
download | gitlab-ce-e113d95716f35e0bc02932b2d1910b5837daef62.tar.gz |
Edit build test deploy section
-rw-r--r-- | doc/topics/application_development_platform/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/topics/application_development_platform/index.md b/doc/topics/application_development_platform/index.md index dc5d0b6aa51..715f0f9b0c4 100644 --- a/doc/topics/application_development_platform/index.md +++ b/doc/topics/application_development_platform/index.md @@ -25,11 +25,11 @@ with various cloud providers. ### Build, test, deploy -In order to provide modern devops workflows, our Application Development Platform will rely on +In order to provide modern DevOps workflows, our Application Development Platform will rely on [Auto DevOps](https://docs.gitlab.com/ee/topics/autodevops/) to provide those workflows. Auto DevOps works with -any Kubernetes cluster; you're not limited to running on GitLab's infrastructure. Additoinally, Auto DevOps offers +any Kubernetes cluster; you're not limited to running on GitLab's infrastructure. Additionally, Auto DevOps offers an incremental consumption path. Because it is [composable](https://docs.gitlab.com/ee/topics/autodevops/#using-components-of-auto-devops) -you can as much or as little as you'd like as customize without having to start over on a completely different platform. +you can as much or as little as you'd like, as customize without having to start over on a completely different platform. ### Security |