Skip to content

Commit f6e74c6

Browse files
tombohubEskiMojo14
andauthored
Update docs/rtk-query/usage/code-generation.mdx
Co-authored-by: Ben Durrant <[email protected]>
1 parent 571463d commit f6e74c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export type EndpointMatcherFunction = (
120120
121121
If you only want to include a few endpoints, you can use the `filterEndpoints` config option to filter your endpoints.
122122
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`.
123+
`filterEndpoints` will be checked against this camel case version of the endpoint.
124124
125125
```ts no-transpile title="openapi-config.ts"
126126
const filteredConfig: ConfigFile = {

0 commit comments

Comments
 (0)