Skip to content

Commit 00f27bd

Browse files
committed
fix text
1 parent 740c530 commit 00f27bd

File tree

1 file changed

+1
-1
lines changed
  • src/components/WebSocketDebugTool

1 file changed

+1
-1
lines changed

src/components/WebSocketDebugTool/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ class WebSocketDebugTool extends React.PureComponent {
328328

329329
{/*STOMP相关输入项, 注意disabled条件, 必须上面勾选STOMP后才可用*/}
330330
<div className="stomp">
331-
<pre>available if ContentType = STOMP</pre>
331+
<pre>available if Connect Type = STOMP</pre>
332332
<Form inline style={{ marginTop:'5px' }}>
333333
<FormItem label="STOMP connect header">
334334
<Input placeholder='json string, e.g. {"header1":"value1", "header2":"value2"}' style={{ width:'400px' }}

0 commit comments

Comments
 (0)