Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gruesso <dgruesso@gitlab.com>2019-06-18 18:11:38 +0300
committerDaniel Gruesso <dgruesso@gitlab.com>2019-06-18 18:11:38 +0300
commitcd4a676c3bc754b40ecfce1dfd1b5458f7f69024 (patch)
tree6cf448ec637da29a6de42ee4de67a50ba11c83a6 /doc/topics
parentda06c6a438efdc4eb7bceb93a16915ec59fe966e (diff)
Apply suggestion to doc/topics/application_development_platform/index.md
Diffstat (limited to 'doc/topics')
-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)