Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Apr 10, 2020
1 parent 252b608 commit 7eef5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Aedes.md
Expand Up @@ -138,7 +138,7 @@ Emitted when `client` sends a `PINGREQ`.

Emitted when `client` successfully subscribe the `subscriptions` in server.

`subscriptions` is an array of `{ topic: topic, qos: qos }`. The array excludes duplicated topics and includes negated subscriptions where `qos` eqausl to `128`. See more on [authorizeSubscribe](#handler-authorizesubscribe-client-subscription-callback)
`subscriptions` is an array of `{ topic: topic, qos: qos }`. The array excludes duplicated topics and includes negated subscriptions where `qos` equals to `128`. See more on [authorizeSubscribe](#handler-authorizesubscribe-client-subscription-callback)

## Event: unsubscribe

Expand Down

0 comments on commit 7eef5a7

Please sign in to comment.