Skip to content

Commit 0734dad

Browse files
authored
Merge pull request #3266 from timmparsons/timmparsons-grammar-fix
2 parents ad508a1 + dbc4f53 commit 0734dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/usage/queries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function App() {
225225
}
226226
```
227227

228-
While `data` is expected to used in the majority of situations, `currentData` is also provided,
228+
While `data` is expected to be used in the majority of situations, `currentData` is also provided,
229229
which allows for a further level of granularity. For example, if you wanted to show data in the UI
230230
as translucent to represent a re-fetching state, you can use `data` in combination with `isFetching`
231231
to achieve this. However, if you also wish to _only_ show data corresponding to the current arg,

0 commit comments

Comments
 (0)