From 26a07635cd49b1d019049de1f50976b555a9e31b Mon Sep 17 00:00:00 2001 From: Mike Lewis Date: Tue, 18 Jun 2019 17:19:37 +0000 Subject: [PATCH] Update phrasing of Security paragraph --- doc/topics/application_development_platform/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/topics/application_development_platform/index.md b/doc/topics/application_development_platform/index.md index c2552ab4411..e8960a76dd9 100644 --- a/doc/topics/application_development_platform/index.md +++ b/doc/topics/application_development_platform/index.md @@ -34,9 +34,9 @@ you can use as much or as little of the default pipeline as you'd like, and deep ### Security The Application Development Platform helps you ensure that the applications you create are not affected by vulnerabilities -that may lead to security problems and unintended use. This can be achieved by making use of the embedded security features of Auto DevOps -which allow both security teams and developers to know if there is something that they should consider changing in their apps, -before it is too late to create a fix. The following features are included: +that may lead to security problems and unintended use. This can be achieved by making use of the embedded security features of Auto DevOps, +which inform security teams and developers if there is something to consider changing in their apps +before it is too late to create a preventative fix. The following features are included: - [Auto SAST (Static Application Security Testing)](https://docs.gitlab.com/ee/topics/autodevops/#auto-sast-ultimate) - [Auto Dependency Scanning](https://docs.gitlab.com/ee/topics/autodevops/#auto-dependency-scanning-ultimate)