Skip to content
Snippets Groups Projects
Commit 381c1c8b authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Fix typo

to => too
parent 29bc82be
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,10 @@
*/
/**
* wrapper for server side events (http://en.wikipedia.org/wiki/Server-sent_events)
* Wrapper for server side events (http://en.wikipedia.org/wiki/Server-sent_events)
* includes a fallback for older browsers and IE
*
* use server side events with caution, to many open requests can hang the server
* Use server side events with caution, too many open requests can hang the server
*/
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment