File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/openapi-ts/src/types Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export interface UserConfig {
20
20
/**
21
21
* Path to the OpenAPI specification. This can be either:
22
22
* - local file
23
- *. - remote path
23
+ * - remote path
24
24
* - ReadMe API Registry UUID (full and simplified formats)
25
25
*
26
26
* Both JSON and YAML file formats are supported. You can also pass the parsed
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export type Input = {
38
38
/**
39
39
* Path to the OpenAPI specification. This can be either:
40
40
* - local file
41
- *. - remote path
41
+ * - remote path
42
42
* - ReadMe API Registry UUID (full and simplified formats)
43
43
*
44
44
* Both JSON and YAML file formats are supported. You can also pass the parsed
You can’t perform that action at this time.
0 commit comments