Commit c3f088d2610b83d06091aa9fdbbb8e0cc3ea8ca3
Exists in
spb-stable
and in
3 other branches
Merge pull request #6489 from cirosantilli/typo-trihher
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:** |