From d8ce3c19cbdfc81f613cafc072c7524c9157a38c Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Tue, 24 Feb 2026 14:24:41 +0100 Subject: [PATCH] Replace annotation by attribute wording --- core/default-order.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/default-order.md b/core/default-order.md index a5df6ad574a..a5d3108c4ad 100644 --- a/core/default-order.md +++ b/core/default-order.md @@ -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: