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 62dc5c7 commit 571463dCopy full SHA for 571463d
docs/rtk-query/usage/code-generation.mdx
@@ -119,7 +119,7 @@ export type EndpointMatcherFunction = (
119
#### Filtering endpoints
120
121
If you only want to include a few endpoints, you can use the `filterEndpoints` config option to filter your endpoints.
122
-Note that endpoints are <u>transformed</u> to camel case. For example, `login_user` will become `loginUser`.
+Note that endpoints are transformed to camel case. For example, `login_user` will become `loginUser`.
123
Camel case version is what you use in `filterEndpoints`.
124
125
```ts no-transpile title="openapi-config.ts"
0 commit comments