joeattardi / picmo

JavaScript emoji picker. Any app, any framework.
https://picmojs.com
MIT License
1.19k stars 118 forks source link

Fix typo in documentation example for "provided static data" #283

Open andreslucena opened 1 year ago

andreslucena commented 1 year ago

While reviewing the documentation, I found a typo in an example.

If you actually configure createPicker with the parameter as the documentation says, you'll have a message is not defined exception.

This PR fixes the typo.

andreslucena commented 1 year ago

Also thanks for taking care of this project, it's great!