Skip to content

Commit c7384e1

Browse files
committed
Typo
1 parent b451641 commit c7384e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ACCESSIBILITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Lastly, we style the "New messages" separator like a normal button, styled it to
133133

134134
### User story
135135

136-
Azure Bot Services is a distributed system and the message order is not guaranteed. Web Chat use insertion sort based on the timestamp.
136+
Azure Bot Services is a distributed system and message order is not guaranteed. Web Chat use insertion sort based on the timestamp to order messages.
137137

138138
Messages with a latter timestamp may arrive sooner than messages with a former timestamp. Thus, messages with latter timestamp could appear on the screen first. Then, messages with a former timestamp will get inserted into place.
139139

0 commit comments

Comments
 (0)