Skip to content

Commit 77c54c7

Browse files
committed
chore: fix typos in comments
1 parent dbd0a6a commit 77c54c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/openapi-ts/src/types/config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface UserConfig {
2020
/**
2121
* Path to the OpenAPI specification. This can be either:
2222
* - local file
23-
*. - remote path
23+
* - remote path
2424
* - ReadMe API Registry UUID (full and simplified formats)
2525
*
2626
* Both JSON and YAML file formats are supported. You can also pass the parsed

packages/openapi-ts/src/types/input.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export type Input = {
3838
/**
3939
* Path to the OpenAPI specification. This can be either:
4040
* - local file
41-
*. - remote path
41+
* - remote path
4242
* - ReadMe API Registry UUID (full and simplified formats)
4343
*
4444
* Both JSON and YAML file formats are supported. You can also pass the parsed

0 commit comments

Comments
 (0)