reagent-project / reagent

A minimalistic ClojureScript interface to React.js
http://reagent-project.github.io/
MIT License
4.75k stars 415 forks source link

snake_case mentioned instead kebab-case in documentation of create-class function. #600

Closed monotech-hq closed 1 week ago

monotech-hq commented 7 months ago

Tiniest issue in the world, I know. But ... I've just ran into the following lines in the documentation of the 'create-class' function:

"Map keys should use React.Component method names (https://reactjs.org/docs/react-component.html), and can be provided in snake-case or camelCase."

So, that should be 'kebab-case', because 'snake_case' uses underlines, not hyphens.

Sry :D