Skip to content

Commit 34a67f6

Browse files
committed
fix: Fix data in rcb user submit text event
1 parent 06209a4 commit 34a67f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ Emitted when a user submits text in the chat.
592592
#### Data
593593
| Name | Type | Description |
594594
|-----------|-----------|--------------------------------|
595-
| userInput | `string` | The text input that user sent. |
595+
| inputText | `string` | The text input that user sent. |
596596

597597
#### Code Example
598598
```jsx

0 commit comments

Comments
 (0)