From 54dc80e9a5141856ab5c59d47207687550c8bacd Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 28 Feb 2016 22:13:44 -0800 Subject: [PATCH] Typo fix in ordering page. --- docs/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 9103d0d..d6051f4 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -485,7 +485,7 @@ Enforcing Ordering ------------------ There's one final concept we want to introduce you to before you go on to build -sites with Channels - consmer ordering +sites with Channels - consumer ordering. Because Channels is a distributed system that can have many workers, by default it just processes messages in the order the workers get them off the queue.