Skip to content

Commit 73bdead

Browse files
committed
Fix typo: corresponsding -> corresponding
1 parent 24db0cb commit 73bdead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/chat/includes/meeting-interop-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ To the `MainActivity` class, add the following variables:
220220
private String threadId;
221221
private ChatThreadAsyncClient chatThreadAsyncClient;
222222
223-
// The list of ids corresponsding to messages which have already been processed
223+
// The list of ids corresponding to messages which have already been processed
224224
ArrayList<String> chatMessages = new ArrayList<>();
225225
```
226226

0 commit comments

Comments
 (0)