Skip to content

Commit

Permalink
Merge pull request #26 from DJCrock/master
Browse files Browse the repository at this point in the history
Fix minor typos in readme
  • Loading branch information
mpneuried authored Dec 5, 2016
2 parents f28d60d + 77f1522 commit 0f4159a
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 0f4159a

Please sign in to comment.