Skip to content

Commit d097b1a

Browse files
authored
Update README.md
1 parent 4a57f1d commit d097b1a

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
@@ -26,7 +26,7 @@ Although these suggestions can be applied to any programming language, I will us
2626

2727
## Naming convention
2828

29-
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.
29+
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.
3030

3131
```js
3232
/* Bad */

0 commit comments

Comments
 (0)