From c29b8504a1c07de10b1f122ac303ed52284a98b8 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Wed, 25 Feb 2026 22:25:28 +0100 Subject: [PATCH] Remove em dashes --- docs/en/docs/advanced/behind-a-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/advanced/behind-a-proxy.md b/docs/en/docs/advanced/behind-a-proxy.md index a2252514e..12ce09bcb 100644 --- a/docs/en/docs/advanced/behind-a-proxy.md +++ b/docs/en/docs/advanced/behind-a-proxy.md @@ -355,8 +355,8 @@ Luckily, this problem isn't new - and the people who designed the ASGI specifica ASGI defines two fields that make it possible for applications to know where they are mounted and still handle requests correctly: -* `path` – the full path requested by the client (including the prefix) -* `root_path` – the mount point (the prefix itself) under which the app is served +* `path` - the full path requested by the client (including the prefix) +* `root_path` - the mount point (the prefix itself) under which the app is served With this information, the application always knows both: