Skip to content

Commit ab9a1ad

Browse files
authored
Merge pull request #12 from smv1999/master
Update README.md
2 parents 076ad5d + d097b1a commit ab9a1ad

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)