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.
2 parents 91acb79 + 1ff2595 commit c810e11Copy full SHA for c810e11
content/microservices/basics.md
@@ -87,7 +87,7 @@ The second argument of the `createMicroservice()` method is an `options` object.
87
</tr>
88
<tr>
89
<td><code>serializer</code></td>
90
- <td>Custom <a href="https://github.com/nestjs/nest/blob/master/packages/microservices/interfaces/serializer.interface.ts" target="_blank">serializer</a> for outcoming messages</td>
+ <td>Custom <a href="https://github.com/nestjs/nest/blob/master/packages/microservices/interfaces/serializer.interface.ts" target="_blank">serializer</a> for outgoing messages</td>
91
92
93
<td><code>deserializer</code></td>
0 commit comments