We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d3d49 commit dd21e24Copy full SHA for dd21e24
docs/swr-openapi/use-infinite.md
@@ -8,7 +8,7 @@ This hook is a typed wrapper over [`useSWRInfinite`][swr-infinite].
8
9
```ts
10
import createClient from "openapi-fetch";
11
-import { createQueryHook } from "swr-openapi";
+import { createInfiniteHook } from "swr-openapi";
12
import type { paths } from "./my-schema";
13
14
const client = createClient<paths>(/* ... */);
0 commit comments