Skip to content

Commit fdc0af4

Browse files
committed
acrolinx
1 parent ac5958f commit fdc0af4

File tree

1 file changed

+1
-1
lines changed
  • powerapps-docs/developer/data-platform/fetchxml/reference

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/fetchxml/reference/order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This example return account records in ascending order by `createdon`, `name`, a
4646
|`attribute`|Yes|The `name` of the [attribute element](attribute.md) to sort the data by.|
4747
|`alias`|No|The `alias` of the [attribute element](attribute.md) to sort the data by|
4848
|`descending`|No|Whether to sort the data in descending order.|
49-
|`entityname`|No|Use this to specify sort order for `link-entity` elements so that they are not applied last. In an `order` within an `entity` element, set `entityname` to the `alias` value of a `link-entity`. [Learn how to apply `link-entity` orders first](../order-rows.md#process-link-entity-orders-first)|
49+
|`entityname`|No|Use this attribute to specify sort order for `link-entity` elements so that they aren't applied last. In an `order` within an `entity` element, set `entityname` to the `alias` value of a `link-entity`. [Learn how to apply `link-entity` orders first](../order-rows.md#process-link-entity-orders-first)|
5050

5151
## Parent elements
5252

0 commit comments

Comments
 (0)