Skip to content

Commit 37163f4

Browse files
committed
Switched "Camel case" to the proper Pascal case.
1 parent 1a830a4 commit 37163f4

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
@@ -264,7 +264,7 @@ In HTML and CSS, use kebab case for class names and camel case for IDs. For exa
264264

265265
### Filenames
266266

267-
Newer JS, JSX, TS, TSX and SCSS filenames are camel case. For example:
267+
Newer JS, JSX, TS, TSX and SCSS filenames are Pascal case (camel case with the first character also being capitalized). For example:
268268

269269
```
270270
BlackListChecker.js

0 commit comments

Comments
 (0)