Skip to content

Commit 01bcad7

Browse files
authored
Merge pull request #52 from kaseyvee/docs
docs(textInput): update incorrect description for ws prop
2 parents 16e9a2d + 04a4546 commit 01bcad7

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)