Skip to content

Commit

Permalink
Fixed typo in docs for mispelled 'stream'
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdouni committed Dec 29, 2022
1 parent f2a854b commit d3af606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/event.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Used to either create or send mock events for use with local webhooks testing.
| `remove-reward` | Channel Points EventSub event for a Custom Reward being removed. |
| `revoke` | User authorization revoke event. Uses local Client as set in `twitch configure` or generates one randomly. |
| `stream-change` | Stream Changed event. |
| `streamdown` | Sstream offline event. |
| `streamdown` | Stream offline event. |
| `streamup` | Stream online event. |
| `subscribe-message` | Subscription Message event. |
| `subscribe` | A standard subscription event. Triggers a basic tier 1 sub. |
Expand Down Expand Up @@ -154,7 +154,7 @@ Allows you to test if your webserver responds to subscription requests properly.
| `remove-reward` | Channel Points EventSub event for a Custom Reward being removed. |
| `revoke` | User authorization revoke event. Uses local Client as set in `twitch configure` or generates one randomly. |
| `stream-change` | Stream Changed event. |
| `streamdown` | Sstream offline event. |
| `streamdown` | Stream offline event. |
| `streamup` | Stream online event. |
| `subscribe-message` | Subscription Message event. |
| `subscribe` | A standard subscription event. Triggers a basic tier 1 sub. |
Expand Down

0 comments on commit d3af606

Please sign in to comment.