Skip to content

Commit 94702b6

Browse files
authored
Fixed some typos in docs. (#2152)
1 parent d692915 commit 94702b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Turtles All The Way Down
2727
------------------------
2828

2929
Channels 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
3131
a 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.

docs/releases/4.2.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
===================
33

44
Channels 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
66
a long-standing bug where tests would try and close db connections
77
and erroneously fail.
88

@@ -18,7 +18,7 @@ function has been added to easily close old database connections
1818
in async consumers.
1919

2020
Warning: 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
2222
before dispatching to consumer code), and after disconnecting.
2323

2424
This change has been made to more closely align with Django's

docs/support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)