From e2d945119b02fc5b3f1efecd471f6d4c73c243b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Cea?= Date: Mon, 20 Mar 2023 23:45:26 +0100 Subject: [PATCH] Trivial typo --- articles/OffloadingWebsocketsAndSSE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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