Skip to content

Commit 46f7fe0

Browse files
authored
docs(typo): Fixes typo in rate-limiting.md
1 parent bf61568 commit 46f7fe0

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
@@ -116,7 +116,7 @@ export class WsThrottlerGuard extends ThrottlerGuard {
116116
}
117117
}
118118
```
119-
> info **Hint** If you using ws, it is necessary to replace the `_socket` with `conn`
119+
> info **Hint** If you are using ws, it is necessary to replace the `_socket` with `conn`
120120
121121
There's a few things to keep in mind when working with WebSockets:
122122

0 commit comments

Comments
 (0)