Skip to content

Commit

Permalink
post: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Nov 30, 2023
1 parent 9c32fa9 commit 0b66159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/posts/google-workspace-add-ons-editor-add-ons-combined.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ A Workspace Add-on can create and manage a container bound script to combine the

## Comparing Workspace Add-ons and Editor Add-ons

Workspace Add-ons and Editor Add-ons are two different ways to extend Google Workspace. A couple key differences are:
Workspace Add-ons and Editor Add-ons are two different ways to extend Google Workspace. Some key differences are:

| Feature | Workspace Add-ons | Editor Add-ons |
| -------------------------------- | ----------------- | -------------- |
| Alt run times |||
| `onEdit`, `onSelection` triggers |||
| Top level menu |||

For a complete list of differences see [this table](https://developers.google.com/workspace/add-ons/concepts/addon-types#comparison_of_add-on_types).
For a complete list see [this table](https://developers.google.com/workspace/add-ons/concepts/addon-types#comparison_of_add-on_types).

## Combining Workspace Add-ons and Editor Add-ons

Expand Down

0 comments on commit 0b66159

Please sign in to comment.