Skip to content

Commit 38d2923

Browse files
committed
Fixed limit mention
1 parent d7b35ff commit 38d2923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/discounts/discounts_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The example below contains a Command creating a cart discount. The discount:
113113
- [depends](#conditions) on
114114
- being bought from Germany or France
115115
- 2 products
116-
- a `summer10` [discount code](#discount-codes) which can be used unlimited number of times
116+
- a `summer10` [discount code](#discount-codes) which can be used only 10 times, but a single customer can use the code multiple times
117117

118118
``` php hl_lines="60-66 68-92"
119119
[[= include_file('code_samples/discounts/src/Command/ManageDiscountsCommand.php') =]]

0 commit comments

Comments
 (0)