Merge pull request #1617 from newAM/patch-2

Fix a minor typo in websocket.rst.
This commit is contained in:
Adam Hopkins
2019-07-01 09:37:40 +03:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
WebSocket
=========
Sanic provides an easy to user abstraction on top of `websockets`. To setup a WebSocket:
Sanic provides an easy to use abstraction on top of `websockets`. To setup a WebSocket:
.. code:: python