From 952ff06b5c588e5217b32439a92e8aa8b0730490 Mon Sep 17 00:00:00 2001 From: Yosef Mahmoud Madboly <97148958+Silverhorse7@users.noreply.github.com> Date: Wed, 8 May 2024 18:24:25 +0300 Subject: [PATCH] Update CONTRIBUTING.md Fixed a spelling mistake (ecample instead of example) Signed-off-by: Yosef Mahmoud Madboly <97148958+Silverhorse7@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b1d6615..d9b14af 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ We can help you on the [Discord Server](https://green-bot.app/discord) We are using **[Prettier](https://prettier.io)** to format the code. ## File names -- Always use a normal name for commands, events etc. (ecample: `help.js`, `messageCreate.js`) +- Always use a normal name for commands, events etc. (example: `help.js`, `messageCreate.js`) ## Some Rules - Use `camelCase` for `Function names`, `Variables`, etc. and `PascalCase` for `Class name`