Typo fix in ordering page.

This commit is contained in:
Andrew Godwin 2016-02-28 22:13:44 -08:00
parent d0a9279939
commit 54dc80e9a5

View File

@ -485,7 +485,7 @@ Enforcing Ordering
------------------ ------------------
There's one final concept we want to introduce you to before you go on to build 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 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. it just processes messages in the order the workers get them off the queue.