Skip to content

Commit 72d3d49

Browse files
authored
Update use-immutable.md
1 parent b19f432 commit 72d3d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/swr-openapi/use-immutable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This hook has the same contracts as [`useQuery`](./use-query.md). However, inste
88

99
```ts
1010
import createClient from "openapi-fetch";
11-
import { createQueryHook } from "swr-openapi";
11+
import { createImmutableHook } from "swr-openapi";
1212
import type { paths } from "./my-schema";
1313

1414
const useImmutable = createImmutableHook(client, "my-api");

0 commit comments

Comments
 (0)