Update daprdocs/content/en/developing-applications/building-blocks/state-management/howto-outbox.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
This commit is contained in:
Bilgin Ibryam 2025-09-11 16:44:48 +01:00 committed by GitHub
parent c836748759
commit 906725b19f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ The diagram below is an overview of how the outbox feature works at a high level
<img src="/images/state-management-outbox.png" width=800 alt="Diagram showing the overview of outbox pattern">
## How the Outbox Works Under the Hood
## How outbox works under the hood
Dapr Outbox processes requests in two flows: the user request flow and the background message flow. Together, they guarantee that state and events stay consistent.