docs: fix spelling and grammar (#13862)

Fixed various spelling errors and grammatical issues across multiple .mdx documentation files.
This commit is contained in:
MBLVD
2025-10-27 10:48:59 +02:00
committed by GitHub
parent dbf8fb9bda
commit 799b57c396
47 changed files with 80 additions and 80 deletions
@@ -191,7 +191,7 @@ A module has a container that holds all resources registered in that module, and
#### Index Data Method
The first method you need to add to the servie is a method that receives an array of data to add or update in Algolia's index.
The first method you need to add to the service is a method that receives an array of data to add or update in Algolia's index.
Add the following methods to the `AlgoliaModuleService` class:
@@ -521,7 +521,7 @@ In the compensation function, you resolve the Algolia Module's service from the
### Add Sync Products Workflow
You can now create the worklow that syncs the products to Algolia.
You can now create the workflow that syncs the products to Algolia.
To create the workflow, create the file `src/workflows/sync-products.ts` with the following content: