Correct doc for page direction

This commit is contained in:
Franck Royer 2021-10-05 11:05:37 +11:00
parent 92ee5b060c
commit 4ae819357f
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ You now have all the building blocks to retrieve and decode messages for a store
Note that Waku Store queries are paginated.
The API provided by `js-waku` automatically traverses all pages of the Waku Store response.
By default, the most recent page is retrieved first but this can be changed with the `direction` option.
By default, the most recent page is retrieved first but this can be changed with the `pageDirection` option.
First, define a React state to save the messages: