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:
authorMatt Penna <mpenna@gitlab.com>2019-06-07 22:27:48 +0300
committerMatt Penna <mpenna@gitlab.com>2019-06-07 22:27:48 +0300
commitbe1d1c704311019ee415991a9eb785a056ff8931 (patch)
tree76a1fa52c3130b50e89013208fd5811c6e0f6eff /doc/security
parent6fb7ced5796e37720f1be0fb2e125ee824fbe071 (diff)
Apply suggestion to doc/security/webhooks.md
Diffstat (limited to 'doc/security')
-rw-r--r--doc/security/webhooks.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/security/webhooks.md b/doc/security/webhooks.md
index b0a1c801829..d4fa088cb15 100644
--- a/doc/security/webhooks.md
+++ b/doc/security/webhooks.md
@@ -7,8 +7,8 @@ If you have non-GitLab web services running on your GitLab server or within its
local network, these may be vulnerable to exploitation via Webhooks.
With [Webhooks](../user/project/integrations/webhooks.md), you and your project
-maintainers and owners can set up URLs to be triggered when specific things
-happen to projects. Normally, these requests are sent to external web services
+maintainers and owners can set up URLs to be triggered when specific changes
+occur in your projects. Normally, these requests are sent to external web services
specifically set up for this purpose, that process the request and its attached
data in some appropriate way.