1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

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>