diff --git a/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-outbox.md b/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-outbox.md index b4fe877f7..d8a67fef6 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-outbox.md +++ b/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-outbox.md @@ -24,7 +24,7 @@ The diagram below is an overview of how the outbox feature works at a high level 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.