Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: DirkPieterse <[email protected]>
  • Loading branch information
vladaskorohodova and dirk-pieterse authored Nov 29, 2024
1 parent 7811115 commit 768f0f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
When a user enters a message into the Chat, the [messageEntered](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#onMessageEntered) event is raised. You can use this event handler to render the entered message.
When a user enters a message in the Chat, the [messageEntered](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#onMessageEntered) event is raised. You can use this event handler to render the message you entered.

---
##### jQuery
Expand All @@ -17,7 +17,7 @@ In jQuery, the primary way to render a message is to call the [renderMessage](/D

##### Angular

In {Framework}, the primary way to render a new message is updating your [items](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#items) array or a [dataSource](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#dataSource). In this tutorial, the **items** array is used:
In {Framework}, the primary way to render a new message is updating your [items](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#items) array or [dataSource](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#dataSource). This tutorial uses the **items** array:

<!-- tab: app.component.html -->
<dx-chat ...
Expand Down

0 comments on commit 768f0f7

Please sign in to comment.