summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gruesso <dgruesso@gitlab.com>2019-06-18 15:11:38 +0000
committerDaniel Gruesso <dgruesso@gitlab.com>2019-06-18 15:11:38 +0000
commitcd4a676c3bc754b40ecfce1dfd1b5458f7f69024 (patch)
tree6cf448ec637da29a6de42ee4de67a50ba11c83a6
parentda06c6a438efdc4eb7bceb93a16915ec59fe966e (diff)
downloadgitlab-ce-cd4a676c3bc754b40ecfce1dfd1b5458f7f69024.tar.gz
Apply suggestion to doc/topics/application_development_platform/index.md
-rw-r--r--doc/topics/application_development_platform/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/application_development_platform/index.md b/doc/topics/application_development_platform/index.md
index b675e7e4bb8..093ba98a9e0 100644
--- a/doc/topics/application_development_platform/index.md
+++ b/doc/topics/application_development_platform/index.md
@@ -35,7 +35,7 @@ you can use as much or as little of the default pipeline as you'd like, and deep
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 embeded security features of Auto DevOps
-which allow both security teams and developers to know if there is something that they should consider in their apps,
+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:
- [Auto SAST (Static Application Security Testing)](https://docs.gitlab.com/ee/topics/autodevops/#auto-sast-ultimate)