From d097b1a0d3ef6f8380dc49f834639fe9719a21f5 Mon Sep 17 00:00:00 2001 From: Vaidhyanathan S M Date: Sun, 17 Jan 2021 09:14:38 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba904a5..874dc35 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Although these suggestions can be applied to any programming language, I will us ## Naming convention -Pick **one** naming convention and follow it. It may be `cammelCase`, or `snake_case`, or anyhow else, it does not matter. What matters is for it to remain consistent. +Pick **one** naming convention and follow it. It may be `camelCase`, or `snake_case`, or anyhow else, it does not matter. What matters is for it to remain consistent. ```js /* Bad */