Skip to content

Commit b1026af

Browse files
Update content/websockets/gateways.md
1 parent 02f0344 commit b1026af

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
@@ -53,7 +53,7 @@ handleEvent(data) {
5353

5454
> info **Hint** `@SubscribeMessage()` and `@MessageBody()` decorators are imported from `@nestjs/websockets` package.
5555
56-
Once the gateway is created, we can import it into our module.
56+
Once the gateway is created, we can register it in our module.
5757

5858
```typescript
5959
import { Module } from '@nestjs/common';

0 commit comments

Comments
 (0)