Skip to content

Commit 0ed008f

Browse files
authored
Merge pull request #3067 from nevsky118/nevsky118-patch-1
2 parents 6a7879f + ac8e5f6 commit 0ed008f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/usage/code-generation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const withOverride: ConfigFile = {
145145

146146
#### Generating hooks
147147

148-
Setting `hooks: true` will generate `useQuery` and `useMuation` hook exports. If you also want `useLazyQuery` hooks generated or more granular control, you can also pass an object in the shape of: `{ queries: boolean; lazyQueries: boolean; mutations: boolean }`.
148+
Setting `hooks: true` will generate `useQuery` and `useMutation` hook exports. If you also want `useLazyQuery` hooks generated or more granular control, you can also pass an object in the shape of: `{ queries: boolean; lazyQueries: boolean; mutations: boolean }`.
149149

150150
#### Multiple output files
151151

0 commit comments

Comments
 (0)