Commit 8199ba05b824cf4e2885b19e1ff7c99279a07288

Authored by Ciro Santillli
1 parent c4d4481f

Correct typos in web_hooks help.

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
doc/web_hooks/web_hooks.md
1 -Project web hooks allow you to trihher an url if new code is pushed or a new issue is created. 1 +Project web hooks allow you to trigger an URL if new code is pushed or a new issue is created.
2 2
3 --- 3 ---
4 4
5 You can configure web hook to listen for specific events like pushes, issues, merge requests. 5 You can configure web hook to listen for specific events like pushes, issues, merge requests.
6 -GitLab will send POST request with data to web hook url. 6 +GitLab will send POST request with data to web hook URL.
7 Web Hooks can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server. 7 Web Hooks can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server.
8 8
9 --- 9 ---
10 10
11 #### Push events 11 #### Push events
  12 +
12 Triggered when you push to the repository except pushing tags. 13 Triggered when you push to the repository except pushing tags.
13 14
14 **Request body:** 15 **Request body:**