Skip to content

Commit 04a4546

Browse files
committed
docs(textInput): update incorrect description for ws prop
Signed-off-by: kasey <kasey@dragonscale.ai>
1 parent 16e9a2d commit 04a4546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/textInput/textInput.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
argTypes: {
88
ws: {
99
description:
10-
'WebSocket connection to send and receive messages to and from a backend. \n<pre>```interface WebSocketClients:{\n send: (message: MessageProps) => void\n close: () => void\n reconnect: () => void\n}```</pre>',
10+
'WebSocket connection to send and receive messages to and from a backend. \n<pre>```interface WebSocketClient {\n send: (message: MessageProps) => void\n close: () => void\n reconnect: () => void\n}```</pre>',
1111
},
1212
},
1313
parameters: {

0 commit comments

Comments
 (0)