Skip to content

Commit 2a0a870

Browse files
committed
Changes report: Typo in Pageable sort description. Fixes #1586.
1 parent 000a9fb commit 2a0a870

File tree

1 file changed

+1
-1
lines changed
  • springdoc-openapi-starter-common/src/main/java/org/springdoc/core/converters/models

1 file changed

+1
-1
lines changed

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/converters/models/Pageable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class Pageable {
5353
/**
5454
* The Sort.
5555
*/
56-
@Parameter(description = "Sorting criteria in the format: property(,asc|desc). "
56+
@Parameter(description = "Sorting criteria in the format: property,(asc|desc). "
5757
+ "Default sort order is ascending. " + "Multiple sort criteria are supported."
5858
, name = "sort"
5959
, array = @ArraySchema(schema = @Schema(type = "string")))

0 commit comments

Comments
 (0)