Skip to content

Commit ef3205a

Browse files
Line 189, corrected spelling of console
console was spelled as "consol".
1 parent 092d09d commit ef3205a

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)