Skip to content

Commit 9b172cc

Browse files
Merge pull request #127282 from changeworld/patch-4
Fix typo: corresponsding -> corresponding
2 parents 2806df9 + 73bdead commit 9b172cc

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)