docs: Fix the wording for actions of build integrations

This commit is contained in:
Faruk AYDIN
2022-11-08 23:39:40 +01:00
parent 9d62a552fe
commit 86ae81526a

View File

@@ -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';