diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-05-09 13:52:20 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-05-09 13:52:20 +0200 |
commit | 5bd32954f619b521496bca200a0ed31615b8e736 (patch) | |
tree | f5051e621951309b31abb7d15b6604c490b4d8ea | |
parent | 6957fb7c4f0993ba1e0cbd9949a7e96c2c2def32 (diff) | |
download | gitlab-ce-5bd32954f619b521496bca200a0ed31615b8e736.tar.gz |
Remove space
-rw-r--r-- | doc/web_hooks/web_hooks.md | 2 |
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. |