Skip to content

Commit 02f0344

Browse files
Update gateways.md
1 parent 28dc545 commit 02f0344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/websockets/gateways.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Once the gateway is created, we can import it into our module.
5757

5858
```typescript
5959
import { Module } from '@nestjs/common';
60-
import { EventsGatway } from './events.gateway';
60+
import { EventsGateway } from './events.gateway';
6161

6262
@@filename(events.module)
6363
@Module({

0 commit comments

Comments
 (0)