Skip to content

Commit 6148419

Browse files
Acrolinx Fixes
1 parent a5bd30d commit 6148419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/tutorials/inline-image-tutorial-interop-chat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export type CallWithChatExampleProps = {
7373
};
7474

7575
```
76-
There no specific setup needed to enable receiving inline images. However, to be able to send inline images, `richTextEditor` function need to be enabled through the `CallWithChatExampleProps` mentioned above. Here's a code snippet on how to enable it:
76+
There no specific setup needed to enable receiving inline images. However, to be able to send inline images, `richTextEditor` function need to be enabled through the `CallWithChatExampleProps`. Here's a code snippet on how to enable it:
7777
```js
7878
<CallWithChatExperience
7979
// ...any other call with chat props
@@ -115,7 +115,7 @@ When sending inline images is enabled, you should see something like the followi
115115

116116
* The UI library might not support certain GIF images at this time. The user might receive a static image instead.
117117
* The Web UI library doesn't support Clips (short videos) sent by the Teams users at this time.
118-
* For certain Android devices, pasting of a single image is only supported by long pressing on the rich text editor and choosing
118+
* For certain Android devices, pasting of a single image is only supported when long pressing on the rich text editor and choosing
119119
paste. Selecting from the clipboard view from keyboard may not be supported.
120120

121121

0 commit comments

Comments
 (0)