Fix a minor typo in websocket.rst.

This commit is contained in:
Alex 2019-06-30 22:11:02 -07:00 committed by GitHub
parent 966b05b47e
commit d5e9aae425
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