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.