DiegoRBaquero / node-fb-messenger

:envelope: Facebook Messenger Platform Node.js API Wrapper
MIT License
210 stars 54 forks source link

Typo in Documentation #19

Closed machineghost closed 8 years ago

machineghost commented 8 years ago

This is really minor, but I thought you might want to fix:

messenger.setPersistentMenu (pageId, menuItems[, cb]) // Set's Page's Persistent Meny

to instead be:

messenger.setPersistentMenu (pageId, menuItems[, cb]) // Set's Page's Persistent Menu

(ie. "Menu" at the end, not "Meny").

DiegoRBaquero commented 8 years ago

Thanks!