From 63b5923debfb3fee2e47d9734426981b7efbe780 Mon Sep 17 00:00:00 2001 From: thelegendfox <172534204+thelegendfox@users.noreply.github.com> Date: Fri, 24 Oct 2025 04:54:33 -0500 Subject: [PATCH] fix: Singular misplaced comma (#11194) docs: Fix misplaced comma --- apps/guide/content/docs/legacy/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/guide/content/docs/legacy/index.mdx b/apps/guide/content/docs/legacy/index.mdx index 4f6361758..5eb878d79 100644 --- a/apps/guide/content/docs/legacy/index.mdx +++ b/apps/guide/content/docs/legacy/index.mdx @@ -11,7 +11,7 @@ This guide will teach you things such as: - How to get a bot [up and running](./legacy/preparations/app-setup) from scratch; - How to properly [create](./legacy/app-creation/project-setup), [organize](./legacy/app-creation/handling-commands), and expand on your commands; -- In-depth explanations and examples regarding popular topics (e.g. [components](./legacy/popular-topics/display-components) ,[reactions](./legacy/popular-topics/reactions), [embeds](./legacy/popular-topics/embeds), [canvas](./legacy/popular-topics/canvas)); +- In-depth explanations and examples regarding popular topics (e.g. [components](./legacy/popular-topics/display-components), [reactions](./legacy/popular-topics/reactions), [embeds](./legacy/popular-topics/embeds), [canvas](./legacy/popular-topics/canvas)); - Working with databases (e.g. [sequelize](./legacy/sequelize/) and [keyv](./legacy/keyv/keyv)); - Getting started with [sharding](./legacy/sharding/); - And much more.