Skip to content

Commit a278124

Browse files
authored
Fix typo
1 parent 99076b2 commit a278124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/js/cell-edit/cell-edit-hook-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function onAfterSaveCell(row, cellName, cellValue) {
3030
rowStr += prop + ': ' + row[prop] + '\n';
3131
}
3232

33-
alert('Thw whole row :\n' + rowStr);
33+
alert('The whole row :\n' + rowStr);
3434
}
3535

3636
function onBeforeSaveCell(row, cellName, cellValue) {

0 commit comments

Comments
 (0)