Skip to content

Commit 2d716c0

Browse files
authored
Merge pull request node-red#133 from scottpageindysoft/patch-1
Line 189, corrected spelling of console
2 parents 092d09d + ef3205a commit 2d716c0

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
@@ -186,7 +186,7 @@ This callback is invoked after the main [`resize`](#options-resize) callback is
186186
$("ol.list").editableList({
187187
resizeItem: function(row,index) {
188188
var originalData = $(row).data('data');
189-
consol.log("Resize the row for item:", originalData)
189+
console.log("Resize the row for item:", originalData)
190190
}
191191
});
192192
```

0 commit comments

Comments
 (0)