docs: Fix typos in productsCreated hook (#11276)
This commit is contained in:
@@ -178,7 +178,7 @@ export const createProductsWorkflowId = "create-products"
|
||||
*
|
||||
* Create one or more products with options and variants.
|
||||
*
|
||||
* @property hooks.productCreated - This hook is executed after the products are created. You can consume this hook to perform custom actions on the created products.
|
||||
* @property hooks.productsCreated - This hook is executed after the products are created. You can consume this hook to perform custom actions on the created products.
|
||||
*/
|
||||
export const createProductsWorkflow = createWorkflow(
|
||||
createProductsWorkflowId,
|
||||
|
||||
Reference in New Issue
Block a user