Skip to content

Commit

Permalink
Typo in ui-table description (node-red#53)
Browse files Browse the repository at this point in the history
Typo in Advanced features description
  • Loading branch information
ncface committed Jan 8, 2021
1 parent 42dcee1 commit 2d2b9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-red-node-ui-table/locales/en-US/node.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h3>Advanced features</h3>
Instead of sending an array to ui-table this node to replace the complete table data it also accepts an object as payload to send commands. The object must have the following properties

<ul>
<li> `command` a valid tabualtor command such as `addRow`, `replaceData` or `addFilter`</li>
<li> `command` a valid tabulator command such as `addRow`, `replaceData` or `addFilter`</li>
<li> `arguments` *(optional)* can array of arguments for that function</li>
<li> `returnPromise` *(optional)* a boolean value. `true` if the function should return a promise.</li>
</ul>
Expand Down

0 comments on commit 2d2b9a8

Please sign in to comment.