We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad508a1 + dbc4f53 commit 0734dadCopy full SHA for 0734dad
docs/rtk-query/usage/queries.mdx
@@ -225,7 +225,7 @@ function App() {
225
}
226
```
227
228
-While `data` is expected to used in the majority of situations, `currentData` is also provided,
+While `data` is expected to be used in the majority of situations, `currentData` is also provided,
229
which allows for a further level of granularity. For example, if you wanted to show data in the UI
230
as translucent to represent a re-fetching state, you can use `data` in combination with `isFetching`
231
to achieve this. However, if you also wish to _only_ show data corresponding to the current arg,
0 commit comments