From 1801823fe63608af068c6ce339fe5f6430dd3557 Mon Sep 17 00:00:00 2001 From: TriForMine Date: Mon, 18 Aug 2025 13:22:40 +0200 Subject: [PATCH] docs(examples): fix typo in Bun usage note (#4382) --- website/docs/examples/bun.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/examples/bun.md b/website/docs/examples/bun.md index b4e78ea04..ce9d7aad4 100644 --- a/website/docs/examples/bun.md +++ b/website/docs/examples/bun.md @@ -39,7 +39,7 @@ await bot.start() ``` :::note -If you want you can use bun with any package manager, so if you want to can use npm to install the `node_modules` and use bun to run the code +If you want, you can use bun with any package manager, so if you want to, you can use npm to install the `node_modules` and use bun to run the code ::: You are free to expand from this point with whatever code you want. Happy coding!