Skip to content

Commit da21eb4

Browse files
Update tutorials/nservicebus-sagas/3-integration/tutorial.md
Co-authored-by: Helen T <[email protected]>
1 parent c3aa782 commit da21eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/nservicebus-sagas/3-integration/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In the exercises so far, we had a `ShippingPolicy` saga that was rather passive
2626
>
2727
> downloadbutton(Download Previous Solution, /tutorials/nservicebus-sagas/2-timeouts)
2828
>
29-
> 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.
29+
> 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.
3030
> **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.
3131
> To see how to start building this system from scratch, check out the [NServiceBus step-by-step tutorial](/tutorials/nservicebus-step-by-step/).
3232
>

0 commit comments

Comments
 (0)