Skip to content

Commit 953e895

Browse files
authored
spacing and grammar
1 parent 063dabf commit 953e895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/nservicebus-sagas/1-saga-basics/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ redirects:
1212
- tutorials/nservicebus-sagas/1-getting-started
1313
---
1414

15-
When you build a system with asynchronous messages, you divide each process into discrete message handlers that are executed when an incoming message arrives. Your system naturally becomes more reliable because each of these message handlers can be retried until they are successful. Additionally, it becomes easier to understand since each message handler is responsible for just one specific task. This means there's less code to keep in your head at any time.
15+
When you build a system with asynchronous messages, you divide each process into discrete message handlers that are executed when an incoming message arrives. Your system naturally becomes more reliable because each of these message handlers can be retried until they are successful. Additionally, it becomes easier to understand since each message handler is responsible for just one specific task. This means that there's less code to keep in your head at any time.
1616

1717
What happens when some process is dependent upon *more than one message*?
1818

0 commit comments

Comments
 (0)