Skip to content

Commit 97b760a

Browse files
authored
Update message-transfers-locks-settlement.md
Fix typo it -> it's and update grammar (I believe this sounds more correct)
1 parent ddc19ea commit 97b760a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/message-transfers-locks-settlement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: devx-track-csharp
1111

1212
The central capability of a message broker such as Service Bus is to accept messages into a queue or topic and hold them available for later retrieval. *Send* is the term that is commonly used for the transfer of a message into the message broker. *Receive* is the term commonly used for the transfer of a message to a retrieving client.
1313

14-
When a client sends a message, it usually wants to know whether the message has been properly transferred to and accepted by the broker or whether some sort of error occurred. This positive or negative acknowledgment settles the client and the broker understanding about the transfer state of the message. So, it' referred to as *settlement*.
14+
When a client sends a message, it usually wants to know whether the message has been properly transferred to and accepted by the broker or whether some sort of error occurred. This positive or negative acknowledgment settles the understanding of both the client and broker about the transfer state of the message. Therefore, it's referred to as a *settlement*.
1515

1616
Likewise, when the broker transfers a message to a client, the broker and client want to establish an understanding of whether the message has been successfully processed and can therefore be removed, or whether the message delivery or processing failed, and thus the message might have to be delivered again.
1717

@@ -127,4 +127,4 @@ The default value for the lock duration is **30 seconds**. You can specify a dif
127127
## Next steps
128128
- A special case of settlement is deferral. See the [Message deferral](message-deferral.md) for details.
129129
- To learn about dead-lettering, see [Dead-letter queues](service-bus-dead-letter-queues.md).
130-
- To learn more about Service Bus messaging in general, see [Service Bus queues, topics, and subscriptions](service-bus-queues-topics-subscriptions.md)
130+
- To learn more about Service Bus messaging in general, see [Service Bus queues, topics, and subscriptions](service-bus-queues-topics-subscriptions.md)

0 commit comments

Comments
 (0)