Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Fix case of parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Feb 16, 2024
1 parent 09509f7 commit e1a0128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pagination.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For example, calling a method with pagination parameter set:
```json
{
"jsonrpc": "2.0",
"Id": "1",
"id": "1",
"method": "exampleMethod",
"params": ["other", "arguments", { "cursor": "1234-1", "limit": 100 }]
}
Expand Down

0 comments on commit e1a0128

Please sign in to comment.