Skip to content

Commit e9e50bc

Browse files
authored
Merge pull request node-red#119 from kazuhitoyokoi/master-fixtypo
Fix typo in the documentation for editableList
2 parents 8205b8b + 1866e36 commit e9e50bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/ui/editableList/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Adds items contained in an array to the end of the list. `itemData` is an array
321321
with the item in the list.
322322

323323
```javascript
324-
$("ol.list").editableList('addItem',[{fruit:"banana"},{fruit:"apple"},{fruit:"pear"}]);
324+
$("ol.list").editableList('addItems',[{fruit:"banana"},{fruit:"apple"},{fruit:"pear"}]);
325325
```
326326

327327
#### <a href="#methods-removeItem" name="methods-removeItem">removeItem( itemData )</a>

0 commit comments

Comments
 (0)