Skip to content

Commit 10267db

Browse files
Update tutorials/nservicebus-sagas/index.md
Co-authored-by: Helen T <[email protected]>
1 parent 0fe0ab5 commit 10267db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/nservicebus-sagas/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ How do we create a delay so that we can trigger an action at some point in the f
1919
For these types of scenarios, you need a *stateful* message handler. Other ways to describe what is needed might include a message-driven state machine or an orchestration engine.
2020
In NServiceBus, we call these [**Sagas**](/nservicebus/sagas/). In this tutorial, we'll build on the solution from the [NServiceBus Step-by-step tutorial](/tutorials/nservicebus-step-by-step/) and learn to master NServiceBus Sagas.
2121

22-
This lessons make the most sense when tackled in order, but it's not required.
22+
These lessons make the most sense when tackled in order, but it's not required.
2323

2424
1. [**Saga basics**](1-saga-basics/) (20-25 minutes) - learn how to introduce Sagas to complete the order shipping process.
2525
1. [**Timeouts**](2-timeouts/) (20-25 minutes) - learn how to delay processing of an order to implement the *buyer's remorse* pattern.

0 commit comments

Comments
 (0)