File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Turtles All The Way Down
2727------------------------
2828
2929Channels operates on the principle of "`turtles all the way down
30- <https://en.wikipedia.org/wiki/Turtles_all_the_way_down> `_ " - we have
30+ <https://en.wikipedia.org/wiki/Turtles_all_the_way_down> `_" - we have
3131a single idea of what a channels "application" is, and even the simplest of
3232*consumers * (the equivalent of Django views) are an entirely valid
3333:doc: `/asgi ` application you can run by themselves.
Original file line number Diff line number Diff line change 22===================
33
44Channels 4.2 introduces a couple of major but backwards-compatible
5- changes, including most notably enhanced async suppport and fixing
5+ changes, including most notably enhanced async support and fixing
66a long-standing bug where tests would try and close db connections
77and erroneously fail.
88
@@ -18,7 +18,7 @@ function has been added to easily close old database connections
1818in async consumers.
1919
2020Warning: Channels now automatically closes connections in async
21- consumers before a new connection, after recieving message (but
21+ consumers before a new connection, after receiving message (but
2222before dispatching to consumer code), and after disconnecting.
2323
2424This change has been made to more closely align with Django's
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ General support request
6262
6363.. code-block :: text
6464
65- Sorry, but we can't help out with general support requests here - the issue tracker is for reproduceable bugs and
65+ Sorry, but we can't help out with general support requests here - the issue tracker is for reproducible bugs and
6666 concrete feature requests only! Please see our support documentation (https://channels.readthedocs.io/en/latest/support.html)
6767 for more information about where you can get general help.
6868
You can’t perform that action at this time.
0 commit comments