diff options
| author | 2019-01-18 14:12:29 +0000 | |
|---|---|---|
| committer | 2019-01-18 14:12:29 +0000 | |
| commit | 3d2c11991ec98e9b12038cad1d59011eae36b61c (patch) | |
| tree | 08edbe5d045f62a5d8c6482b920e88be23555461 | |
| parent | Correct markdown url (github) (diff) | |
| signature | ||
Clarify wording of what can be in the list of shown events (github)
| -rw-r--r-- | modules/github/ghwebhook.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github/ghwebhook.md b/modules/github/ghwebhook.md index e7f62455..4ecf9417 100644 --- a/modules/github/ghwebhook.md +++ b/modules/github/ghwebhook.md @@ -8,7 +8,7 @@ Same as above but with `remove` instead of `add` ## Modifying shown events -`!ghwebhook events [hook] [events]` where `[events]` is either a raw event (see [here](https://developer.github.com/v3/activity/events/types/)) or a space-separated list of the following +`!ghwebhook events [hook] [events]` where `[events]` is a space-separated list of either raw events (see [here](https://developer.github.com/v3/activity/events/types/)) or the following #### ping Shows when a newly registered web hook first hits BitBot |
