Skip to content

Commit 571463d

Browse files
authored
removed <u> tag
1 parent 62dc5c7 commit 571463d

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
@@ -119,7 +119,7 @@ export type EndpointMatcherFunction = (
119119
#### Filtering endpoints
120120
121121
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`.
122+
Note that endpoints are transformed to camel case. For example, `login_user` will become `loginUser`.
123123
Camel case version is what you use in `filterEndpoints`.
124124
125125
```ts no-transpile title="openapi-config.ts"

0 commit comments

Comments
 (0)