diff --git a/docs/resources/Application.md b/docs/resources/Application.md index 483d3f6716..27ed62221b 100644 --- a/docs/resources/Application.md +++ b/docs/resources/Application.md @@ -128,11 +128,11 @@ Where an app can be installed, also called its supported [installation contexts] Status indicating whether event webhooks are enabled or disabled for an application. -| Name | Value | Description | -|-----------------------|-------|------------------------------------------------------------------| -| `DISABLED` | `1` | Webhook events are disabled by developer | -| `ENABLED` | `2` | Webhook events are enabled by developer | -| `DISABLED_BY_DISCORD` | `3` | Webhook events are disabled by Discord, usually do to inactivity | +| Name | Value | Description | +|-----------------------|-------|-------------------------------------------------------------------| +| `DISABLED` | `1` | Webhook events are disabled by developer | +| `ENABLED` | `2` | Webhook events are enabled by developer | +| `DISABLED_BY_DISCORD` | `3` | Webhook events are disabled by Discord, usually due to inactivity | ###### Application Flags @@ -306,4 +306,4 @@ The Activity Location is an object that describes the location in which an activ | Enum | Description | |------|----------------------------------------------------| | 'gc' | Location is a Guild Channel | -| 'pc' | Location is a Private Channel, such as a DM or GDM | \ No newline at end of file +| 'pc' | Location is a Private Channel, such as a DM or GDM |