kubernetes-up-and-running / kuard

Demo app for Kubernetes Up and Running book
Apache License 2.0
1.56k stars 535 forks source link

Fix typo in MemQ API examples #10

Closed sslavic closed 6 years ago

sslavic commented 6 years ago

"queue" -> "queues" in examples for queue deletion, draining, enqueuing and dequeuing.

jbeda commented 6 years ago

Good catch! Thanks!