Skip to content

Commit 3c30e9b

Browse files
committed
Fix typos in the discounts doc (#2794)
1 parent adff2cc commit 3c30e9b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/discounts/configure_discounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: Install the Discounts LTS update.
2+
description: Customize the behavior of the Discounts LTS update.
33
month_change: true
44
editions:
55
- lts-update
66
- commerce
77
---
88

9-
# Discounts configuration
9+
# Customize Discounts
1010

1111
You can customize the behavior of the Discounts feature by using the following [configuration](configuration.md):
1212

docs/discounts/discounts_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ editions:
1212

1313
By integrating with the [Discount feature](discounts_guide.md) you can automate the process of managing discounts, streamlining the whole process and automating business rules.
1414

15-
For example, you can automatically create a discount when a customer places their 3rd order, encouraging them to make another purchase and increase their chances of becoming a local customer.
15+
For example, you can automatically create a discount when a customer places their 3rd order, encouraging them to make another purchase and increase their chances of becoming a loyal customer.
1616

1717
You can manage discounts using [data migrations](importing_data.md#discounts), [REST API](/api/rest_api/rest_api_reference/rest_api_reference.html#discounts), or the PHP API by using the [`Ibexa\Contracts\Discounts\DiscountServiceInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-DiscountServiceInterface.html) service.
1818

docs/discounts/install_discounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use this feature you must first install the packages and configure them.
1616
Run the following commands to install the packages:
1717

1818
``` bash
19-
composer require ibexa/discounts ibexa/discount-codes
19+
composer require ibexa/discounts ibexa/discounts-codes
2020
```
2121

2222
These commands add the feature code, service handlers, helper Twig templates, and configurations required for using Discounts.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ nav:
407407
- Discounts: discounts/discounts.md
408408
- Discounts guide: discounts/discounts_guide.md
409409
- Install Discounts: discounts/install_discounts.md
410-
- Configure Discounts: discounts/configure_discounts.md
410+
- Customize Discounts: discounts/configure_discounts.md
411411
- Discounts API: discounts/discounts_api.md
412412
- Customer management:
413413
- Customer Portal: customer_management/customer_portal.md

0 commit comments

Comments
 (0)