From a1a767edd2235d28e94dd335a5f992a46548f1b4 Mon Sep 17 00:00:00 2001 From: Kamil Mysliwiec Date: Fri, 18 Oct 2024 12:56:03 +0200 Subject: [PATCH] Update content/security/rate-limiting.md Co-authored-by: Jackie McDoniel --- content/security/rate-limiting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/security/rate-limiting.md b/content/security/rate-limiting.md index 57548dc5d7..1fad9116d4 100644 --- a/content/security/rate-limiting.md +++ b/content/security/rate-limiting.md @@ -73,7 +73,7 @@ findAll() { #### Proxies If your application runs behind a proxy server, check the specific HTTP adapter options ([express](http://expressjs.com/en/guide/behind-proxies.html) and [fastify](https://www.fastify.io/docs/latest/Reference/Server/#trustproxy)) for the `trust proxy` option and enable it. -Following example enables `trust proxy` for express adapter: +The following example enables `trust proxy` for the `express` adapter: ```typescript //main.ts