Skip to content

Commit 83cab99

Browse files
Acrolinx fix
1 parent be51159 commit 83cab99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/chat-sdk/data-loss-prevention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ chatClient.on("chatMessageEdited", (e) => {
3636
});
3737
```
3838

39-
#### Data Loss Prevention with retreiving previous chat messages
39+
#### Data Loss Prevention with retrieving previous chat messages
4040
```javascript
4141
const messages = chatThreadClient.listMessages();
4242
for await (const message of messages) {

0 commit comments

Comments
 (0)