From 7b90cd7b2d3ccb104a4443d5e7e152b8fd400533 Mon Sep 17 00:00:00 2001 From: Ayushman Singh Chauhan Date: Thu, 6 Apr 2023 20:49:54 +0530 Subject: [PATCH] docs: Fix capitalization (#92) Fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04b625d..4d72c9d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ const friends = ['Kate', 'John'] ## Naming convention -Pick **one** naming convention and follow it. It may be `camelCase`, `PascalCase`, `snake_case`, or anything else, as long as it remains consistent. Many programming languages have their own traditions regarding naming conventions; check the documentation for your language or study some popular repositories on Github! +Pick **one** naming convention and follow it. It may be `camelCase`, `PascalCase`, `snake_case`, or anything else, as long as it remains consistent. Many programming languages have their own traditions regarding naming conventions; check the documentation for your language or study some popular repositories on GitHub! ```js /* Bad */