From ef69857831961003ad69849fce69ad2d9fc89d7c Mon Sep 17 00:00:00 2001 From: Per A Date: Thu, 25 Jul 2024 10:01:40 +0200 Subject: [PATCH] Update ui-config-files.md A small correction to replace one word with another. --- 13/umbraco-commerce/key-concepts/ui-config-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-commerce/key-concepts/ui-config-files.md b/13/umbraco-commerce/key-concepts/ui-config-files.md index ffd15aa2f43..8cb83907ae5 100644 --- a/13/umbraco-commerce/key-concepts/ui-config-files.md +++ b/13/umbraco-commerce/key-concepts/ui-config-files.md @@ -47,7 +47,7 @@ The following properties are supported: | `alias` | The alias of the Order property to use | | `label` | A label to display as the table column header | | `align` | Sets the alignment of the column. Can be `left` (default), `center` or `right` | -| `placeholder` | The placeholder value to display if there is now Order property value | +| `placeholder` | The placeholder value to display if there is no Order property value | | `template` | An angular template to use for rendering the property value. Defaults to `{{ properties['alias'].value }}` | Properties configured to display in the list view will appear in order, after the cart name column.