Skip to content

Commit cd32f6e

Browse files
authored
Update customizing-queries.mdx
it's → its (two typos)
1 parent de82d4d commit cd32f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rtk-query/usage/customizing-queries.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ transformResponse: (response, meta, arg) =>
119119
response.some.deeply.nested.collection
120120
```
121121

122-
`transformResponse` is called with the `meta` property returned from the `baseQuery` as it's second
122+
`transformResponse` is called with the `meta` property returned from the `baseQuery` as its second
123123
argument, which can be used while determining the transformed response. The value for `meta` is
124124
dependent on the `baseQuery` used.
125125

@@ -132,7 +132,7 @@ transformResponse: (response: { sideA: Tracks; sideB: Tracks }, meta, arg) => {
132132
}
133133
```
134134

135-
`transformResponse` is called with the `arg` property provided to the endpoint as it's third
135+
`transformResponse` is called with the `arg` property provided to the endpoint as its third
136136
argument, which can be used while determining the transformed response. The value for `arg` is
137137
dependent on the `endpoint` used, as well as the argument used when calling the query/mutation.
138138

0 commit comments

Comments
 (0)