Skip to content

Commit ca368e4

Browse files
authored
Apply suggestions from code review
1 parent ded3f9d commit ca368e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages/guides/migrating-to-react-query-4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ If you were importing anything from `'react-query/react'` directly in your proje
132132
+ import { QueryClientProvider } from 'react-query/reactjs';
133133
```
134134

135-
### `persistQueryClient` and its sister plugins are no longer expermental and have been renamed
135+
### `persistQueryClient` and the corresponding persister plugins are no longer experimental and have been renamed
136136

137137
The plugins `createWebStoragePersistor` and `createAsyncStoragePersistor` have been renamed to [`createWebStoragePersister`](/plugins/createWebStoragePersister) and [`createAsyncStoragePersister`](/plugins/createAsyncStoragePersister) respectively. The interface `Persistor` in `persistQueryClient` has also been renamed to `Persister`. Checkout [this stackexchange](https://english.stackexchange.com/questions/206893/persister-or-persistor) for the motivation of this change.
138138

139-
Since these plugins are no longer experimental, there import paths have also been updated:
139+
Since these plugins are no longer experimental, their import paths have also been updated:
140140

141141
```diff
142142
- import { persistQueryClient } from 'react-query/persistQueryClient-experimental'

0 commit comments

Comments
 (0)