We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a278124 commit f26d281Copy full SHA for f26d281
examples/js/complex/app.js
@@ -38,7 +38,7 @@ function onSelectAll(isSelected) {
38
39
function onAfterSaveCell(row, cellName, cellValue) {
40
console.log(`Save cell ${cellName} with value ${cellValue}`);
41
- console.log('Thw whole row :');
+ console.log('The whole row :');
42
console.log(row);
43
}
44
0 commit comments