Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmitz authored Jan 8, 2019
1 parent 40a0f74 commit f70bb54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions triggers/triggers.gs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ function onOpen(e) {

// [START apps_script_triggers_onedit]
/**
* The event handler triggered when opening the spreadsheet.
* @param {Event} e The onOpen event.
* The event handler triggered when editing the spreadsheet.
* @param {Event} e The onEdit event.
*/
function onEdit(e) {
// Set a comment on the edited cell to indicate when it was changed.
Expand Down

0 comments on commit f70bb54

Please sign in to comment.