ealush / emoji-picker-react

The most popular React Emoji Picker
https://ealush.com/emoji-picker-react/
MIT License
1.04k stars 171 forks source link

Improve functions naming convention in suggested.ts file #339

Closed ErezBiren closed 1 year ago

ErezBiren commented 1 year ago

In the suggested.ts file, I noticed that the functions setsuggested and getsuggested are written in lowercase. I was wondering why they are not written as setSuggested and getSuggested using camel case.

If it is indeed a mistake, I would be happy to submit a pull request to fix it.

ealush commented 1 year ago

Hey! yeah, sure. Why not. Go ahead. It's probably just me using multiple cursors or find/replace. Feel free to edit that.

Thank you!