From d1bbd8a7c199b0b7699a46f9092ec9d17cd0ec43 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Wed, 1 Oct 2025 17:41:18 +0300 Subject: [PATCH] docs: fix typo (#13643) --- .../commerce-modules/promotion/application-method/page.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/apps/resources/app/commerce-modules/promotion/application-method/page.mdx b/www/apps/resources/app/commerce-modules/promotion/application-method/page.mdx index 6a685b09fd..bdc92dcdc1 100644 --- a/www/apps/resources/app/commerce-modules/promotion/application-method/page.mdx +++ b/www/apps/resources/app/commerce-modules/promotion/application-method/page.mdx @@ -111,11 +111,11 @@ In this example, the cart must have two product variants with the SKU `SHIRT` fo --- -## Maxiumum Quantity Restriction +## Maximum Quantity Restriction -When the `allocation` property in the `ApplicationMethod` is set to `each`, you can restrict the maximum quantity of each applicable item that the promotion is applied to in the cart. +When the `allocation` property in the `ApplicationMethod` is set to `each`, you can set the `max_quantity` property of `ApplicationMethod` to limit how many item quantities the promotion is applied to. -For example, if the maximum quantity is set to `1` and the customer has a line item with quantity two in the cart, the promotion is only applied to one of them. +For example, if the `max_quantity` property is set to `1` and the customer has a line item with quantity two in the cart, the promotion is only applied to one of them. ```json title="Example Cart" {