Skip to content

Commit c394c3a

Browse files
Correct ChatToggle 🆚 ToggleChat (#1258)
1 parent dd9a4f4 commit c394c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/controls/ChatToggle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface ChatToggleProps extends React.ButtonHTMLAttributes<HTMLButtonEl
1212
* @example
1313
* ```tsx
1414
* <LiveKitRoom>
15-
* <ToggleChat />
15+
* <ChatToggle />
1616
* </LiveKitRoom>
1717
* ```
1818
* @public

0 commit comments

Comments
 (0)