Skip to content

Commit 40e12f7

Browse files
author
Amin Ahmed Khan
authored
fix type in removeOutgoingMessage(mid) doc
1 parent 274511d commit 40e12f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Close the client, accepts the following options:
372372
### mqtt.Client#removeOutgoingMessage(mid)
373373

374374
Remove a message from the outgoingStore.
375-
The outgoing callback will be called withe Error('Message removed') if the message is removed.
375+
The outgoing callback will be called with Error('Message removed') if the message is removed.
376376

377377
After this function is called, the messageId is released and becomes reusable.
378378

0 commit comments

Comments
 (0)