From dc1c88782147389b153e4481e3d7daffecfd0755 Mon Sep 17 00:00:00 2001 From: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Date: Wed, 25 May 2022 00:13:59 +0100 Subject: [PATCH] chore: fix docs typo (#445) --- README.md | 2 +- deno/README.md | 2 +- website/docs/Introduction.mdx | 2 +- website/versioned_docs/version-0.33.0/Introduction.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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_ :::