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
commit 503622438a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
WebSocket 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 .. code:: python