Skip to content

Commit a1a767e

Browse files
Update content/security/rate-limiting.md
Co-authored-by: Jackie McDoniel <[email protected]>
1 parent 4336d89 commit a1a767e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/security/rate-limiting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ findAll() {
7373
#### Proxies
7474

7575
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.
76-
Following example enables `trust proxy` for express adapter:
76+
The following example enables `trust proxy` for the `express` adapter:
7777

7878
```typescript
7979
//main.ts

0 commit comments

Comments
 (0)