Skip to content

Commit 86064a3

Browse files
committed
Fix minor typo in README Input example
1 parent a4f9168 commit 86064a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ import { Input } from 'react-chat-elements'
215215
<Input
216216
placeholder="Type here..."
217217
multiline={true}
218-
buttons={
218+
rightButtons={
219219
<Button
220220
color='white'
221221
backgroundColor='black'

0 commit comments

Comments
 (0)