Skip to content

Commit

Permalink
Fix typo on front doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
dieselburner committed Dec 2, 2014
1 parent d8e1bff commit b017356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Welcome to Flask-SocketIO's documentation!
==========================================

**Flask-SocketIO** gives Flask applications access to low latency bi-direccional communications between the clients and the server. The client-side application can use the `SocketIO <http://socket.io>`_ Javascript library or any compatible client to establish a permanent connection to the server.
**Flask-SocketIO** gives Flask applications access to low latency bi-directional communications between the clients and the server. The client-side application can use the `SocketIO <http://socket.io>`_ Javascript library or any compatible client to establish a permanent connection to the server.

Requirements
------------
Expand Down

0 comments on commit b017356

Please sign in to comment.