moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 508 forks source link

Documentation error #604

Open RobertoBiundo opened 7 years ago

RobertoBiundo commented 7 years ago

Hello @mcollina I found an error in the docs and would like to report it Its in http://www.mosca.io/docs/lib/server.js.html Under the section Published The function that is called before after receiving a publish message but before answering with puback for QoS 1 packet.

I think the word before was a typo. Should read The function that is called after receiving a publish message but before answering with puback for QoS 1 packet.

Just a really minor thing. But i was reading it and found it, just to let you know.

Great docs by the way