docs: Fix typos in productsCreated hook (#11276)

This commit is contained in:
Martin Repta
2025-02-12 18:37:34 +02:00
committed by GitHub
parent d9946e679d
commit 1b6d8b9f7a
3 changed files with 7 additions and 7 deletions
@@ -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,