Fix typo in info messages of file node

This commit is contained in:
Kazuhito Yokoi 2018-03-14 01:19:37 +00:00
parent f243c0df19
commit bd0b903f1a
1 changed files with 1 additions and 3 deletions

View File

@ -15,9 +15,7 @@
-->
<script type="text/x-red" data-help-name="file">
<p><code>msg.payload</code>をファイルに書き出します。書き出しは、ファイルの
最後に追記もしくは既存の内容の置き換えを選択できます。
この他、ファイルの削除を行うことも可能です。</p>
<p><code>msg.payload</code>をファイルに書き出します。書き出しは、ファイルの最後に追記もしくは既存の内容の置き換えを選択できます。この他、ファイルの削除を行うことも可能です。</p>
<h3>入力</h3>
<dl class="message-properties">
<dt class="optional">filename <span class="property-type">文字列</span></dt>