diff --git a/packages/docs/pages/build-integrations/triggers.md b/packages/docs/pages/build-integrations/triggers.md index 545f7e64..20c955f4 100644 --- a/packages/docs/pages/build-integrations/triggers.md +++ b/packages/docs/pages/build-integrations/triggers.md @@ -52,7 +52,7 @@ export default [searchCatImages]; ``` :::tip -If you add new triggers, you need to add them to the `triggers/index.ts` file and export all triggers as an array. +If you add new triggers, you need to add them to the `triggers/index.ts` file and export all triggers as an array. The order of triggers in this array will be reflected in the Automatisch user interface. ::: ## Add metadata