Skip to content

Commit e5e6101

Browse files
author
Frenco
committed
Fix a typo in security/rate-limiting.md
1 parent 0a38ec1 commit e5e6101

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
@@ -9,7 +9,7 @@ $ npm i --save @nestjs/throttler
99
Once the installation is complete, the `ThrottlerModule` can be configured as any other Nest package with `forRoot` or `forRootAsync` methods.
1010

1111
```typescript
12-
@@filename(app.module.ts)
12+
@@filename(app.module)
1313
@Module({
1414
imports: [
1515
ThrottlerModule.forRoot({

0 commit comments

Comments
 (0)