docs: Fix capitalization (#92)

Fixed a typo
This commit is contained in:
Ayushman Singh Chauhan 2023-04-06 20:49:54 +05:30 committed by GitHub
parent 8bcb483976
commit 7b90cd7b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */