Skip to content

Commit ffe7b40

Browse files
committed
wording
1 parent f23d583 commit ffe7b40

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
@@ -10,7 +10,7 @@ status: released
1010
# Transactional Outbox
1111

1212
Often, remote operations should be delayed until the main transaction succeeded. Otherwise they're also triggered in case of a rollback.
13-
To solve this problem, an outbox is used internally to defer remote operations until the success of the current transaction.
13+
To enable this, an outbox can be used to defer remote operations until the success of the current transaction.
1414

1515
Every CAP service can be _outboxed_, that means dispatching events becomes _asynchronous_.
1616

0 commit comments

Comments
 (0)