Skip to content

Commit 71df040

Browse files
Merge pull request #1953 from r4wand/patch-1
docs(typo): fixed a small typo
2 parents 402302f + 40e4546 commit 71df040

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
@@ -64,7 +64,7 @@ export class WsThrottlerGuard extends ThrottlerGuard {
6464
6565
#### GraphQL
6666

67-
The `ThrottlerGuard` can also be used to work with GraphQL requests. Again, the guard can be extended, but this tme the `getRequestResponse` method will be overridden
67+
The `ThrottlerGuard` can also be used to work with GraphQL requests. Again, the guard can be extended, but this time the `getRequestResponse` method will be overridden
6868

6969
```typescript
7070
@Injectable()

0 commit comments

Comments
 (0)