From d5e9aae4255d10daf0907e425f56baf7bba226ce Mon Sep 17 00:00:00 2001 From: Alex <7845120+newAM@users.noreply.github.com> Date: Sun, 30 Jun 2019 22:11:02 -0700 Subject: [PATCH] Fix a minor typo in websocket.rst. --- docs/sanic/websocket.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sanic/websocket.rst b/docs/sanic/websocket.rst index 3d00a709..97dbae90 100644 --- a/docs/sanic/websocket.rst +++ b/docs/sanic/websocket.rst @@ -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