diff --git a/articles/OffloadingWebsocketsAndSSE.rst b/articles/OffloadingWebsocketsAndSSE.rst index 432cb368..5a557bc7 100644 --- a/articles/OffloadingWebsocketsAndSSE.rst +++ b/articles/OffloadingWebsocketsAndSSE.rst @@ -34,7 +34,7 @@ The concept is not a new thing, or a uWSGI specific one. Projects like nodejs or .. note:: an example of a webapp serving a static file is not very interesting, nor the best thing to show, but will be useful later, when presenting a real-world scenario with X-Sendfile -Immagine this simple WSGI app: +Imagine this simple WSGI app: .. code-block:: python