Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/default-order.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
API Platform Core provides an easy way to override the default order of items in your collection.

By default, items in the collection are ordered in ascending (ASC) order by their resource identifier(s). If you want to
customize this order, you must add an `order` attribute on your ApiResource annotation:
customize this order, you must add an `order` attribute on your ApiResource attribute:

<code-selector>

Expand Down
Loading