From 86ae81526a58dfb0e6f12cfccf55263700829a99 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Tue, 8 Nov 2022 23:39:40 +0100 Subject: [PATCH] docs: Fix the wording for actions of build integrations --- packages/docs/pages/build-integrations/actions.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/docs/pages/build-integrations/actions.md b/packages/docs/pages/build-integrations/actions.md index aac06cee..2550bb88 100644 --- a/packages/docs/pages/build-integrations/actions.md +++ b/packages/docs/pages/build-integrations/actions.md @@ -16,9 +16,7 @@ The build integrations section is best understood when read from beginning to en ## Add actions to the app. -Open the thecatapi/index.ts file and add the highlighted lines for actions. - -Open the `thecatapi/index.ts` file and add the highlighted lines for triggers. +Open the `thecatapi/index.ts` file and add the highlighted lines for actions. ```typescript{4,17} import defineApp from '../../helpers/define-app';