We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19f432 commit 72d3d49Copy full SHA for 72d3d49
docs/swr-openapi/use-immutable.md
@@ -8,7 +8,7 @@ This hook has the same contracts as [`useQuery`](./use-query.md). However, inste
8
9
```ts
10
import createClient from "openapi-fetch";
11
-import { createQueryHook } from "swr-openapi";
+import { createImmutableHook } from "swr-openapi";
12
import type { paths } from "./my-schema";
13
14
const useImmutable = createImmutableHook(client, "my-api");
0 commit comments