Skip to content

Commit 3bbcf1c

Browse files
author
alex
committed
docs(microservices): update hint
1 parent c5e6dab commit 3bbcf1c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

content/faq/hybrid-application.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ getTCPDate(data, context) {
6161
return new Date().toLocaleTimeString(...);
6262
}
6363
```
64+
65+
66+
> info **Hint** `@Payload()`, `@Ctx()`, `Transport` and `NatsContext` are imported from `@nestjs/microservices`.

content/microservices/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ getDate(data, context) {
205205
}
206206
```
207207

208-
> info **Hint** `@Payload()`, `@Ctx()`, `Transport` and `NatsContext` are imported from `@nestjs/microservices`.
208+
> info **Hint** `@Payload()`, `@Ctx()` and `NatsContext` are imported from `@nestjs/microservices`.
209209
210210
#### Client
211211

0 commit comments

Comments
 (0)