Minor update to docs (#841)

This commit is contained in:
Sartaj Singh Baveja 2019-03-06 06:28:41 -08:00 committed by Allen
parent 6cac7f6dc8
commit b4973c826c

View File

@ -69,7 +69,7 @@ const cellEdit: {
// omit...
beforeSaveCell(oldValue, newValue, row, column, done) {
setTimeout(() => {
if (confirm('Do you want to accep this change?')) {
if (confirm('Do you want to accept this change?')) {
done(); // contine to save the changes
} else {
done(false); // reject the changes