We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0aa035 commit a144d22Copy full SHA for a144d22
content/security/rate-limiting.md
@@ -118,7 +118,7 @@ export class WsThrottlerGuard extends ThrottlerGuard {
118
```
119
> info **Hint** If you using ws, it is necessary to replace the `_socket` with `conn`
120
121
-There are some things to take keep in mind when working with websockets:
+There's a few things to keep in mind when working with WebSockets:
122
123
- You cannot bind the guard with `APP_GUARD` or `app.useGlobalGuards()` due to how Nest binds global guards.
124
- When a limit is reached, Nest will emit an `exception` event, so make sure there is a listener ready for this.
0 commit comments