Skip to content

Commit f7f97ff

Browse files
Merge pull request #2633 from frencojobs/master
Fix a typo in security/rate-limiting.md
2 parents 0a38ec1 + e5e6101 commit f7f97ff

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)