Skip to content

Commit

Permalink
Fix useInfinteQuery typo (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpharaoh authored Dec 24, 2024
1 parent 8fbaf07 commit 5a6dc94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/react-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const useShowPetById = <

### How use other query

With the following example Orval will generate a useQuery and useInfinteQuery with a nextId queryparam. You can also override the config for each one with the options props.
With the following example Orval will generate a useQuery and useInfiniteQuery with a nextId queryparam. You can also override the config for each one with the options props.

```js
module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/guides/svelte-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const useShowPetById = <

### How use other query

With the following example Orval will generate a useQuery and useInfinteQuery with a nextId queryparam. You can also override the config for each one with the options props.
With the following example Orval will generate a useQuery and useInfiniteQuery with a nextId queryparam. You can also override the config for each one with the options props.

```js
module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/guides/vue-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const useShowPetById = <

### How use other query

With the following example Orval will generate a useQuery and useInfinteQuery with a nextId queryparam. You can also override the config for each one with the options props.
With the following example Orval will generate a useQuery and useInfiniteQuery with a nextId queryparam. You can also override the config for each one with the options props.

```js
module.exports = {
Expand Down

0 comments on commit 5a6dc94

Please sign in to comment.