From c4d6a0755a21deff47100eacff4b2c7a8b2536ee Mon Sep 17 00:00:00 2001 From: Brian Gates Date: Thu, 12 Jun 2025 07:42:03 -0700 Subject: [PATCH] fix(website): Grammar fix (#4220) --- website/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/getting-started.md b/website/docs/getting-started.md index a36749527..7c233e00e 100644 --- a/website/docs/getting-started.md +++ b/website/docs/getting-started.md @@ -44,6 +44,6 @@ For more details checkout [the desired properties docs](./desired-properties.md) If you plan to use discordeno, this is a must read! Please do not skip! It is a very important concept to make your bot work in discordeno. ::: -## Minimal bot that logins into Discord +## Minimal bot that logs into Discord You can check minimal examples with [Node.JS](./examples/node.md), [Deno](./examples/deno.md) or [Bun](./examples/bun.md).