Skip to content

Commit b750a66

Browse files
authored
Update 16/umbraco-commerce/how-to-guides/order-number-customization.md
1 parent ae19af3 commit b750a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-commerce/how-to-guides/order-number-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Umbraco Commerce provides flexible options for customizing order numbers to meet
1010

1111
Before implementing a custom solution, understand that Umbraco Commerce includes two built-in order number generators:
1212

13-
- **CompactSortableOrderNumberGenerator** (Recommended) - Produces compact, time-sortable identifiers with excellent scalability and multi-node support
13+
- **CompactSortableOrderNumberGenerator** (Recommended) - Produces compact, time-sortable identifiers with high scalability and multi-node support
1414
- **DateHashOrderNumberGenerator** (Legacy) - Date-based format maintained for backward compatibility
1515

1616
For detailed information about these generators and how they work, see the [Order Number Generators](../key-concepts/order-number-generators.md) key concepts documentation.

0 commit comments

Comments
 (0)