From 4ae819357f294956bfacd72dbe385d664692ef35 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Tue, 5 Oct 2021 11:05:37 +1100 Subject: [PATCH] Correct doc for page direction --- guides/reactjs-store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/reactjs-store.md b/guides/reactjs-store.md index c0c0e38c9f..0d91dcbc60 100644 --- a/guides/reactjs-store.md +++ b/guides/reactjs-store.md @@ -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: