Skip to content

Commit 38fcdca

Browse files
Update node.js/outbox.md
Co-authored-by: René Jeglinsky <[email protected]>
1 parent 20c2e33 commit 38fcdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.js/outbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ await outboxed.send('someEvent', { some: 'message' }) // asynchronous
3131
```
3232

3333
::: tip
34-
You still need to `await` these operations, because messages might be stored in a database first, inside your main transaction.
34+
You still need to `await` these operations. Then the messages are stored in the database, together with the main transaction.
3535
:::
3636

3737
The `cds.outboxed` function can also be called with optional configuration options.

0 commit comments

Comments
 (0)