@@ -96,7 +96,7 @@ async def channel_listen(
9696 groups: 
9797 An optional sequence of groups to receive messages from. 
9898 When passing this parameter, the groups will be registered 
99-  using `self.channel_layer.group_add` at the beggining  of the 
99+  using `self.channel_layer.group_add` at the beginning  of the 
100100 execution and then discarded using `self.channel_layer.group_discard` 
101101 at the end of the execution. 
102102 """ 
@@ -155,7 +155,7 @@ async def listen_to_channel(
155155 groups: 
156156 An optional sequence of groups to receive messages from. 
157157 When passing this parameter, the groups will be registered 
158-  using `self.channel_layer.group_add` at the beggining  of the 
158+  using `self.channel_layer.group_add` at the beginning  of the 
159159 execution and then discarded using `self.channel_layer.group_discard` 
160160 at the end of the execution. 
161161 """ 
@@ -192,7 +192,7 @@ async def _listen_to_channel_generator(
192192 ) ->  AsyncGenerator [Any , None ]:
193193 """Generator for listen_to_channel method. 
194194
195-  Seperated  to allow user code to be run after subscribing to channels 
195+  Separated  to allow user code to be run after subscribing to channels 
196196 and before blocking to wait for incoming channel messages. 
197197 """ 
198198 while  True :
0 commit comments