Skip to content

Commit 222ee42

Browse files
authored
Fix typo in swr docs code comment
1 parent 12f9c29 commit 222ee42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/swr-openapi/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const useInfinite = createInfiniteHook(client, prefix);
100100
export const useMutate = createMutateHook(
101101
client,
102102
prefix,
103-
isMatch, // Or any comparision function
103+
isMatch, // Or any comparison function
104104
);
105105
```
106106
:::

0 commit comments

Comments
 (0)