Skip to content

Commit 7b90cd7

Browse files
authored
docs: Fix capitalization (#92)
Fixed a typo
1 parent 8bcb483 commit 7b90cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const friends = ['Kate', 'John']
4343
4444
## Naming convention
4545

46-
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!
46+
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!
4747

4848
```js
4949
/* Bad */

0 commit comments

Comments
 (0)