Skip to content

Commit f26d281

Browse files
authored
Fix typo
1 parent a278124 commit f26d281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/js/complex/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function onSelectAll(isSelected) {
3838

3939
function onAfterSaveCell(row, cellName, cellValue) {
4040
console.log(`Save cell ${cellName} with value ${cellValue}`);
41-
console.log('Thw whole row :');
41+
console.log('The whole row :');
4242
console.log(row);
4343
}
4444

0 commit comments

Comments
 (0)