Skip to content

Commit

Permalink
fix: patch link name (#33454)
Browse files Browse the repository at this point in the history
  • Loading branch information
PassionPenguin committed May 7, 2024
1 parent 8dfcc6f commit 4087e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/glossary/camel_case/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Camel case is the most popular convention in JavaScript, Java, and various other

## See also

- {{Glossary("Snake_case", "Snake Case")}}
- {{Glossary("Kebab_case", "Kebab Case")}}
- {{Glossary("Snake case")}}
- {{Glossary("Kebab case")}}
- [typescript-eslint rule: `naming-convention`](https://typescript-eslint.io/rules/naming-convention/)

0 comments on commit 4087e29

Please sign in to comment.