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 1494399e1..aa818f437 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 @@ -30,7 +30,7 @@ Dapr outbox processes requests in two flows: the user request flow and the backg Diagram showing the steps of the outbox pattern -Here is the full sequence of interactions: +This is the sequence of interactions: 1. Application calls the Dapr State API to write state transactionally. This is the entry point where business data, such as an order or profile update, is submitted for persistence.