Skip to content

Commit c5dbb8f

Browse files
committed
Stumbled across BE "behaviour" and replaced it
One sentence above the alert box, the AE version was used, therefore I changed this one
1 parent 23b7642 commit c5dbb8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ The `attachments` JSON parameter includes all files that will be appended to the
415415

416416
###### Example Request Bodies (multipart/form-data)
417417

418-
Note that these examples are small sections of an HTTP request to demonstrate behaviour of this endpoint - client libraries will set their own form boundaries (`boundary` is just an example). For more information, refer to the [multipart/form-data spec](https://tools.ietf.org/html/rfc7578#section-4).
418+
Note that these examples are small sections of an HTTP request to demonstrate behavior of this endpoint - client libraries will set their own form boundaries (`boundary` is just an example). For more information, refer to the [multipart/form-data spec](https://tools.ietf.org/html/rfc7578#section-4).
419419

420420
This example demonstrates usage of the endpoint *without* `payload_json`.
421421

docs/resources/message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Information about the call in a private channel.
313313
| guild_id? | snowflake | id of the originating message's guild |
314314
| fail_if_not_exists? | boolean | when sending, whether to error if the referenced message doesn't exist instead of sending as a normal (non-reply) message, default true |
315315

316-
\* If `type` is unset, `DEFAULT` can be assumed in order to match the behaviour before message reference had types.
316+
\* If `type` is unset, `DEFAULT` can be assumed in order to match the behavior before message reference had types.
317317
In future API versions this will become a required field.
318318

319319
\*\* `channel_id` is optional when creating a reply, but will always be present when receiving an event/response that includes this data model. **Required for forwards.**

docs/topics/voice-connections.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To ensure that you have the most up-to-date information, please use [version 8](
99
Previously if the version query string `v` was omitted the voice gateway would default to version 1. That behavior is being deprecated, in the future you must present a voice gateway version or your voice connection will be rejected.
1010

1111
:::warn
12-
Versions below 4 as well as the default version behaviour will be discontinued as of November 18th, 2024. Connections without a version or with a version less than version 4 will be rejected as of this date.
12+
Versions below 4 as well as the default version behavior will be discontinued as of November 18th, 2024. Connections without a version or with a version less than version 4 will be rejected as of this date.
1313
:::
1414

1515
###### Gateway Versions

0 commit comments

Comments
 (0)