From 8d0b9f5c69ca83ffbae2663f2c906776638277a7 Mon Sep 17 00:00:00 2001 From: Devdutta Bain Date: Fri, 24 Jan 2025 13:01:35 +0530 Subject: [PATCH] typo (#11128) fixed typos for cart ids --- .../resources/app/commerce-modules/cart/events/_content.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/apps/resources/app/commerce-modules/cart/events/_content.mdx b/www/apps/resources/app/commerce-modules/cart/events/_content.mdx index 234872f864..ddd4bad6a2 100644 --- a/www/apps/resources/app/commerce-modules/cart/events/_content.mdx +++ b/www/apps/resources/app/commerce-modules/cart/events/_content.mdx @@ -45,7 +45,7 @@ import { Table } from "docs-ui" ```ts blockStyle="inline" { - id, // The ID of the customer + id, // The ID of the cart } ``` @@ -66,11 +66,11 @@ import { Table } from "docs-ui" ```ts blockStyle="inline" { - id, // The ID of the customer + id, // The ID of the cart } ``` - \ No newline at end of file +