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 +