We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f0344 commit b1026afCopy full SHA for b1026af
content/websockets/gateways.md
@@ -53,7 +53,7 @@ handleEvent(data) {
53
54
> info **Hint** `@SubscribeMessage()` and `@MessageBody()` decorators are imported from `@nestjs/websockets` package.
55
56
-Once the gateway is created, we can import it into our module.
+Once the gateway is created, we can register it in our module.
57
58
```typescript
59
import { Module } from '@nestjs/common';
0 commit comments