Skip to content

Commit d58387f

Browse files
committed
Typo in Pageable sort description. Fixes #1586.
1 parent 008aad6 commit d58387f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

springdoc-openapi-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
@@ -52,7 +52,7 @@ public class Pageable {
5252
/**
5353
* The Sort.
5454
*/
55-
@Parameter(description = "Sorting criteria in the format: property(,asc|desc). "
55+
@Parameter(description = "Sorting criteria in the format: property,(asc|desc). "
5656
+ "Default sort order is ascending. " + "Multiple sort criteria are supported."
5757
, name = "sort"
5858
, array = @ArraySchema(schema = @Schema(type = "string")))

0 commit comments

Comments
 (0)