From 8dd27d2446bc016ab3773ef210f5c8bd8c1d472f Mon Sep 17 00:00:00 2001 From: Santosh Bandichode Date: Sat, 18 Nov 2023 20:55:03 +0530 Subject: [PATCH] Fix typo --- docs/remotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/remotes.md b/docs/remotes.md index f8593ab..312a779 100644 --- a/docs/remotes.md +++ b/docs/remotes.md @@ -117,7 +117,7 @@ When `known_proxies` is not provided, it is set by default to handle `localhost` ## Handling trusted hosts When forwarded headers middlewares are not used, but it is necessary to -validated hosts, it is possible to use the `TrustedHostsMiddleware`: +validate hosts, it is possible to use the `TrustedHostsMiddleware`: ```python from blacksheep import Application