From 0cf2a132342b1d16d722287b3c16ce827f386ccf Mon Sep 17 00:00:00 2001 From: Yehonatan Daniv Date: Sun, 6 Dec 2015 17:47:23 +0200 Subject: [PATCH] Fixed typo --- docs/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts.rst b/docs/concepts.rst index fbe4275..1b3bc46 100644 --- a/docs/concepts.rst +++ b/docs/concepts.rst @@ -10,7 +10,7 @@ but the modern Web includes things like WebSockets and HTTP2 server push, which allow websites to communicate outside of this traditional cycle. And, beyond that, there are plenty of non-critical tasks that applications -could easily offload until after a response as been sent - like saving things +could easily offload until after a response has been sent - like saving things into a cache or thumbnailing newly-uploaded images. Channels changes the way Django runs to be "event oriented" - rather than