We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1116582 commit 52b0b0cCopy full SHA for 52b0b0c
packages/rtk-query-codegen-openapi/src/types.ts
@@ -64,7 +64,7 @@ export interface CommonOptions {
64
tag?: boolean;
65
/**
66
* defaults to false
67
- * `true` will generate add `encodeURIComponent` to the generated query params
+ * `true` will add `encodeURIComponent` to the generated query params
68
*/
69
encodeParams?: boolean;
70
0 commit comments