Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Jun 26, 2020
1 parent b451641 commit c7384e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ACCESSIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Lastly, we style the "New messages" separator like a normal button, styled it to

### User story

Azure Bot Services is a distributed system and the message order is not guaranteed. Web Chat use insertion sort based on the timestamp.
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.

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.

Expand Down

0 comments on commit c7384e1

Please sign in to comment.