From 75fa932489b29c596affed288fb9846085d15e68 Mon Sep 17 00:00:00 2001 From: Bedo Khaled <64221784+abdelrahman725@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:22:37 +0200 Subject: [PATCH] docs: Fix a typo in architecture overview. --- docs/overview/architecture-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/architecture-overview.md b/docs/overview/architecture-overview.md index 654b281879..c8aac56e64 100644 --- a/docs/overview/architecture-overview.md +++ b/docs/overview/architecture-overview.md @@ -87,7 +87,7 @@ database queries inside the Tornado code paths, since those blocking requests carry a very high performance penalty for a single-threaded, asynchronous server system. (In principle, we could do non-blocking requests to those services, but the Django-based database libraries we -use in most of our codebase using don't support that, and in any case, +use in most of our codebase don't support that, and in any case, our architecture doesn't require Tornado to do that). The parts that are activated relatively rarely (e.g. when people type or