docs: fix spelling and grammar (#13862)
Fixed various spelling errors and grammatical issues across multiple .mdx documentation files.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user