diff --git a/www/docs.html b/www/docs.html index 229201e6..c528ce03 100644 --- a/www/docs.html +++ b/www/docs.html @@ -897,7 +897,7 @@

Server Sent Events BETA

technology allowing for a server to push content to an HTML client. They are simpler than WebSockets but are unidirectional, allowing a server to send push content to a browser only.

-

Browser support for Sever Sent Events is widespread, and +

Browser support for Server Sent Events is widespread, and there are polyfills available for browsers that do not support them natively.