Skip to content

Commit 6196ad6

Browse files
committed
Improved docs.
1 parent 35611ca commit 6196ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ For more detailed examples see the demo folder.
171171
|prop | type | description |
172172
|-----|--------|---------------|
173173
| *participants | [agentProfile] | Represents your product or service's customer service agents. Fields for each agent: id, name, imageUrl|
174-
| *onMessageWasSent | function(message) | Called when a message a message is sent with a message object as an argument. |
174+
| *onMessageWasSent | function(message) | Called when a message is sent with the message object as an argument. |
175175
| *isOpen | Boolean | The bool indicating whether or not the chat window should be open. |
176176
| *open | Function | The function passed to the component that mutates the above mentioned bool toggle for opening the chat |
177177
| *close | Function | The function passed to the component that mutates the above mentioned bool toggle for closing the chat |

0 commit comments

Comments
 (0)