Merge pull request #29 from eranrund/master

fix spelling mistake
This commit is contained in:
2016-02-04 14:25:28 -05:00
+1 -1
View File
@@ -78,7 +78,7 @@ WebSocket Interface
The websocket interface that is passed into your routes is
`provided by gevent-websocket <https://bitbucket.org/noppo/gevent-websocket>`_.
The basic methods are fairly straitforward — 
The basic methods are fairly straightforward — 
``send``, ``receive``, ``send_frame``, and ``close``.