Skip to content

Commit 126d77f

Browse files
committed
docs: fix incorrect references in typescript
1 parent 0a6fca5 commit 126d77f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/openapi-ts/output/typescript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export type AddPetData = {
4646
};
4747
```
4848

49-
You can customize the naming and casing pattern for `requests` schemas using the `.name` and `.case` options.
49+
You can customize the naming and casing pattern for `requests` types using the `.name` and `.case` options.
5050

5151
## Responses
5252

@@ -63,7 +63,7 @@ export type AddPetResponses = {
6363
export type AddPetResponse = AddPetResponses[keyof AddPetResponses];
6464
```
6565

66-
You can customize the naming and casing pattern for `responses` schemas using the `.name` and `.case` options.
66+
You can customize the naming and casing pattern for `responses` types using the `.name` and `.case` options.
6767

6868
## Definitions
6969

@@ -76,7 +76,7 @@ export type Pet = {
7676
};
7777
```
7878

79-
You can customize the naming and casing pattern for `definitions` schemas using the `.name` and `.case` options.
79+
You can customize the naming and casing pattern for `definitions` types using the `.name` and `.case` options.
8080

8181
## Enums
8282

0 commit comments

Comments
 (0)