summaryrefslogtreecommitdiff
path: root/doc/web_hooks
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-05-09 13:52:20 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-05-09 13:52:20 +0200
commit5bd32954f619b521496bca200a0ed31615b8e736 (patch)
treef5051e621951309b31abb7d15b6604c490b4d8ea /doc/web_hooks
parent6957fb7c4f0993ba1e0cbd9949a7e96c2c2def32 (diff)
downloadgitlab-ce-5bd32954f619b521496bca200a0ed31615b8e736.tar.gz
Remove space
Diffstat (limited to 'doc/web_hooks')
-rw-r--r--doc/web_hooks/web_hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/web_hooks/web_hooks.md b/doc/web_hooks/web_hooks.md
index 6ffdb18339e..45506ac1d7c 100644
--- a/doc/web_hooks/web_hooks.md
+++ b/doc/web_hooks/web_hooks.md
@@ -16,7 +16,7 @@ Webhooks can be used to update an external issue tracker, trigger CI builds, upd
## Webhook endpoint tips
If you are writing your own endpoint (web server) that will receive
-GitLab web hooks keep in mind the following things:
+GitLab webhooks keep in mind the following things:
- Your endpoint should send its HTTP response as fast as possible. If
you wait too long, GitLab may decide the hook failed and retry it.