From eab4dfe788225b9ba9fead048c3011d2992e3e9b Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 7 Nov 2023 16:40:19 -0500 Subject: [PATCH] Fix tiny typo in forwarded-headers.md --- help/install/forwarded-headers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/install/forwarded-headers.md b/help/install/forwarded-headers.md index 26b420cb8..cee109774 100644 --- a/help/install/forwarded-headers.md +++ b/help/install/forwarded-headers.md @@ -21,7 +21,7 @@ To make this work, here is what you'll need to do: other Grist paths are free of your middleware. Grist will trigger the middleware (by redirecting to `/auth/login`) as needed. It's a good idea to strip `GRIST_FORWARD_AUTH_HEADER` from outside requests - on all paths that aren't handld by your middleware. + on all paths that aren't handled by your middleware. - Your middleware may allow you to specify where to forward the user to after logging out. That should be `/signed-out` on the Grist site.