mirror of https://github.com/node-red/node-red.git
Fix typo in info messages of html node
parent
77966689d4
commit
7482978953
|
@ -20,9 +20,9 @@
|
||||||
<dl class="message-properties">
|
<dl class="message-properties">
|
||||||
<dt>payload <span class="property-type">文字列</span></dt>
|
<dt>payload <span class="property-type">文字列</span></dt>
|
||||||
<dd>要素を取り出すHTML文字列</dd>
|
<dd>要素を取り出すHTML文字列</dd>
|
||||||
<dt class="optional">select <span class="property-type">string</span></dt>
|
<dt class="optional">select <span class="property-type">文字列</span></dt>
|
||||||
<dd>編集パネルでセレクタを指定していない場合、メッセージのプロパティとして設定できます</dd>
|
<dd>編集パネルでセレクタを指定していない場合、メッセージのプロパティとして設定できます</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<h3>出力</h3>
|
<h3>出力</h3>
|
||||||
<dl class="message-properties">
|
<dl class="message-properties">
|
||||||
<dt>payload <span class="property-type">配列 | 文字列</span></dt>
|
<dt>payload <span class="property-type">配列 | 文字列</span></dt>
|
||||||
|
|
Loading…
Reference in New Issue