docs: Fix grammar mistakes for build integrations

This commit is contained in:
Faruk AYDIN
2022-11-09 20:16:41 +01:00
parent a973887db2
commit 1cb951056a
5 changed files with 15 additions and 15 deletions

View File

@@ -55,7 +55,7 @@ If you add new actions, you need to add them to the actions/index.ts file and ex
## Add metadata
Let's create the `actions/mark-cat-image-as-favorite.ts` file inside of the `thecatapi` folder.
Let's create the `actions/mark-cat-image-as-favorite.ts` file inside the `thecatapi` folder.
```typescript
import defineAction from '../../../../helpers/define-action';