Skip to content

Commit

Permalink
Fix typo CursorPaginator -> CursorPagination (#23513)
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda authored Feb 28, 2023
1 parent a5cd384 commit ef08350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Schema:
PaginationStrategy:
type: object
anyOf:
- "$ref": "#/definitions/CursorPaginator"
- "$ref": "#/definitions/CursorPagination"
- "$ref": "#/definitions/OffsetIncrement"
- "$ref": "#/definitions/PageIncrement"
```
Expand Down

0 comments on commit ef08350

Please sign in to comment.