From 9ade8dcc7199eded67458ec71a448ce603944646 Mon Sep 17 00:00:00 2001 From: epochzx <47683515+epochzx@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:26:40 +1100 Subject: [PATCH] docs: fix typo in sharding guide (#11467) Fix a typo in sharding guide --- apps/guide/content/docs/legacy/sharding/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/guide/content/docs/legacy/sharding/index.mdx b/apps/guide/content/docs/legacy/sharding/index.mdx index f003d275e..24fdc55b1 100644 --- a/apps/guide/content/docs/legacy/sharding/index.mdx +++ b/apps/guide/content/docs/legacy/sharding/index.mdx @@ -9,7 +9,7 @@ Before you dive into this section, please note that sharding may not be necessar If your bot is in a total of 2,000 or more servers, then please continue with this guide. Otherwise, it may be a good idea to wait until then. - Sharding is only relevant if you app uses gateway events. For webhook callbacks, this is completely irrelevant! + Sharding is only relevant if your app uses gateway events. For webhook callbacks, this is completely irrelevant! ## How does sharding work?