diff --git a/README.md b/README.md index 493351be..a9e4440c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ const { GatewayVersion } = require('discord-api-types/gateway/v10'); import { GatewayVersion } from 'discord-api-types/gateway/v10'; ``` -> _**Note:** The `v*` exports (`discord-api-type/v*`) include the appropriate version of `gateway`, `payloads`, `rest`, `rpc`, and `utils` you specified, alongside the `globals` exports_ +> _**Note:** The `v*` exports (`discord-api-types/v*`) include the appropriate version of `gateway`, `payloads`, `rest`, `rpc`, and `utils` you specified, alongside the `globals` exports_ ### Deno diff --git a/deno/README.md b/deno/README.md index 493351be..a9e4440c 100644 --- a/deno/README.md +++ b/deno/README.md @@ -45,7 +45,7 @@ const { GatewayVersion } = require('discord-api-types/gateway/v10'); import { GatewayVersion } from 'discord-api-types/gateway/v10'; ``` -> _**Note:** The `v*` exports (`discord-api-type/v*`) include the appropriate version of `gateway`, `payloads`, `rest`, `rpc`, and `utils` you specified, alongside the `globals` exports_ +> _**Note:** The `v*` exports (`discord-api-types/v*`) include the appropriate version of `gateway`, `payloads`, `rest`, `rpc`, and `utils` you specified, alongside the `globals` exports_ ### Deno diff --git a/website/docs/Introduction.mdx b/website/docs/Introduction.mdx index 14be9c0d..ae4ace90 100644 --- a/website/docs/Introduction.mdx +++ b/website/docs/Introduction.mdx @@ -82,7 +82,7 @@ import { GatewayVersion } from 'discord-api-types/gateway/v10'; console.log(`Let's connect to wss://gateway.discord.gg/?v=${GatewayVersion}`); ``` -> _**Note:** The `v*` exports (`discord-api-type/v*`) include the appropriate version of `gateway`, `payloads`, `rest`, +> _**Note:** The `v*` exports (`discord-api-types/v*`) include the appropriate version of `gateway`, `payloads`, `rest`, > `rpc`, and `utils` you specified, alongside the `globals` exports_ ::: diff --git a/website/versioned_docs/version-0.33.0/Introduction.mdx b/website/versioned_docs/version-0.33.0/Introduction.mdx index c071ccfe..8564a5e1 100644 --- a/website/versioned_docs/version-0.33.0/Introduction.mdx +++ b/website/versioned_docs/version-0.33.0/Introduction.mdx @@ -82,7 +82,7 @@ import { GatewayVersion } from 'discord-api-types/gateway/v10'; console.log(`Let's connect to wss://gateway.discord.gg/?v=${GatewayVersion}`); ``` -> _**Note:** The `v*` exports (`discord-api-type/v*`) include the appropriate version of `gateway`, `payloads`, `rest`, +> _**Note:** The `v*` exports (`discord-api-types/v*`) include the appropriate version of `gateway`, `payloads`, `rest`, > `rpc`, and `utils` you specified, alongside the `globals` exports_ :::