From 1368e865d29ac1f0a44e0ffed003f135b4af2e87 Mon Sep 17 00:00:00 2001 From: Tom Clancy Date: Mon, 28 Mar 2016 14:12:22 -0400 Subject: [PATCH] Add missing work to concepts.rst --- docs/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts.rst b/docs/concepts.rst index 2cc7652..c8e65c5 100644 --- a/docs/concepts.rst +++ b/docs/concepts.rst @@ -128,7 +128,7 @@ However, the crucial part is that you can run code (and so send on channels) in response to any event - and that includes ones you create. You can trigger on model saves, on other incoming messages, or from code paths inside views and forms. That approach comes in handy for push-style -code - where you WebSockets or HTTP long-polling to notify +code - where you use WebSockets or HTTP long-polling to notify clients of changes in real time (messages in a chat, perhaps, or live updates in an admin as another user edits something).