Skip to content

Commit f70bb54

Browse files
authored
Fix typo
1 parent 40a0f74 commit f70bb54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

triggers/triggers.gs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ function onOpen(e) {
1414

1515
// [START apps_script_triggers_onedit]
1616
/**
17-
* The event handler triggered when opening the spreadsheet.
18-
* @param {Event} e The onOpen event.
17+
* The event handler triggered when editing the spreadsheet.
18+
* @param {Event} e The onEdit event.
1919
*/
2020
function onEdit(e) {
2121
// Set a comment on the edited cell to indicate when it was changed.

0 commit comments

Comments
 (0)