Skip to content

Commit 520c1ee

Browse files
Update tutorials/nservicebus-sagas/2-timeouts/tutorial.md
Co-authored-by: Helen T <[email protected]>
1 parent 2cb884d commit 520c1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/nservicebus-sagas/2-timeouts/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this tutorial, we'll model the delay period using a saga timeout. We'll chang
3838
>
3939
> downloadbutton(Download Previous Solution, /tutorials/nservicebus-sagas/1-saga-basics)
4040
>
41-
> The solution contains 5 projects. The **ClientUI**, **Sales**, **Billing**, and **Shipping** projects define endpoints that communicate with each other using messages. The **ClientUI** endpoint mimics a web application and is an entry point to the system.
41+
> The solution contains 5 projects. The **ClientUI**, **Sales**, **Billing**, and **Shipping** projects define endpoints that communicate with each other using messages. The **ClientUI** endpoint mimics a web application and is the entry point to the system.
4242
> **Sales**, **Billing**, and **Shipping** contain business logic related to processing, fulfilling, and shipping orders. Each endpoint references the **Messages** assembly, which contains the classes that define the messages exchanged in our system.
4343
> To see how to start building this system from scratch, check out the [NServiceBus step-by-step tutorial](/tutorials/nservicebus-step-by-step/).
4444
>

0 commit comments

Comments
 (0)