Skip to content

Commit

Permalink
Fix minor typos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
djcrock committed Dec 5, 2016
1 parent f28d60d commit 77f1522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Get the current queue size.
**Arguments**

* `hidden` : *( `Boolean` optional; default = `false` )*: The count of messages including the currently hidden/"in flight" messages.
* `cb` : *( `Function` optional )*: Callback with `( err, size )`. The `size` is a `Number` and repersents the number of messages in the queue. If `hidden=true` you will receive the numebr of currently hidden messages
* `cb` : *( `Function` optional )*: Callback with `( err, size )`. The `size` is a `Number` and represents the number of messages in the queue. If `hidden=true` you will receive the number of currently hidden messages.

**Return**

Expand Down

0 comments on commit 77f1522

Please sign in to comment.