diff --git a/docs/client.rst b/docs/client.rst index e0e2d72f..144613e2 100644 --- a/docs/client.rst +++ b/docs/client.rst @@ -162,7 +162,7 @@ Here is the ``asyncio`` version:: Note that this function is not a coroutine, since it does not wait for the background function to end, but the background function is. -The ``sleep()`` method is a second convenince function that is provided for +The ``sleep()`` method is a second convenience function that is provided for the benefit of applications working with background tasks of their own:: eio.sleep(2) diff --git a/docs/server.rst b/docs/server.rst index a94aea86..aa039d51 100644 --- a/docs/server.rst +++ b/docs/server.rst @@ -303,7 +303,7 @@ Here is the ``asyncio`` version:: Note that this function is not a coroutine, since it does not wait for the background function to end, but the background function is. -The ``sleep()`` method is a second convenince function that is provided for +The ``sleep()`` method is a second convenience function that is provided for the benefit of applications working with background tasks of their own:: eio.sleep(2) @@ -410,7 +410,7 @@ The Sanic application is then executed in the usual manner:: app.run() It has been reported that the CORS support provided by the Sanic extension -`sanic-cors `_ is incomaptible with +`sanic-cors `_ is incompatible with this package's own support for this protocol. To disable CORS support in this package and let Sanic take full control, initialize the server as follows:: diff --git a/examples/server/aiohttp/static/engine.io.js b/examples/server/aiohttp/static/engine.io.js index ec00ad08..c577cd49 100644 --- a/examples/server/aiohttp/static/engine.io.js +++ b/examples/server/aiohttp/static/engine.io.js @@ -2791,7 +2791,7 @@ exports.skips = []; /** * Map of special "%n" handling functions, for the debug "format" argument. * - * Valid key names are a single, lowercased letter, i.e. "n". + * Valid key names are a single, lowercase letter, i.e. "n". */ exports.formatters = {}; diff --git a/examples/server/asgi/static/engine.io.js b/examples/server/asgi/static/engine.io.js index ec00ad08..c577cd49 100644 --- a/examples/server/asgi/static/engine.io.js +++ b/examples/server/asgi/static/engine.io.js @@ -2791,7 +2791,7 @@ exports.skips = []; /** * Map of special "%n" handling functions, for the debug "format" argument. * - * Valid key names are a single, lowercased letter, i.e. "n". + * Valid key names are a single, lowercase letter, i.e. "n". */ exports.formatters = {}; diff --git a/examples/server/sanic/static/engine.io.js b/examples/server/sanic/static/engine.io.js index ec00ad08..c577cd49 100644 --- a/examples/server/sanic/static/engine.io.js +++ b/examples/server/sanic/static/engine.io.js @@ -2791,7 +2791,7 @@ exports.skips = []; /** * Map of special "%n" handling functions, for the debug "format" argument. * - * Valid key names are a single, lowercased letter, i.e. "n". + * Valid key names are a single, lowercase letter, i.e. "n". */ exports.formatters = {}; diff --git a/examples/server/tornado/static/engine.io.js b/examples/server/tornado/static/engine.io.js index ec00ad08..c577cd49 100644 --- a/examples/server/tornado/static/engine.io.js +++ b/examples/server/tornado/static/engine.io.js @@ -2791,7 +2791,7 @@ exports.skips = []; /** * Map of special "%n" handling functions, for the debug "format" argument. * - * Valid key names are a single, lowercased letter, i.e. "n". + * Valid key names are a single, lowercase letter, i.e. "n". */ exports.formatters = {}; diff --git a/examples/server/wsgi/README.rst b/examples/server/wsgi/README.rst index 16807fc0..52729f31 100644 --- a/examples/server/wsgi/README.rst +++ b/examples/server/wsgi/README.rst @@ -40,7 +40,7 @@ You can then access the application from your web browser at ``http://localhost:5000``. Near the top of the ``simple.py`` and ``latency.py`` source files there is a -``async_mode`` variable that can be edited to swich to the other asynchornous +``async_mode`` variable that can be edited to switch to the other asynchronous modes that perform much better than the threading mode. Accepted values for ``async_mode`` are ``'threading'``, ``'eventlet'`` and ``'gevent'``. diff --git a/examples/server/wsgi/static/engine.io.js b/examples/server/wsgi/static/engine.io.js index ec00ad08..c577cd49 100644 --- a/examples/server/wsgi/static/engine.io.js +++ b/examples/server/wsgi/static/engine.io.js @@ -2791,7 +2791,7 @@ exports.skips = []; /** * Map of special "%n" handling functions, for the debug "format" argument. * - * Valid key names are a single, lowercased letter, i.e. "n". + * Valid key names are a single, lowercase letter, i.e. "n". */ exports.formatters = {};