Skip to content

Commit 8f3feda

Browse files
committed
Address PR comments
1 parent c9d5edc commit 8f3feda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ format: binary
440440

441441
## Unsupported down conversions
442442

443-
Curretnly, the tool does not support the following situations.
443+
Currently, the tool does not support the following situations.
444444
Contributions welcome!
445445

446446
* `openapi-down-convert` does not convert `exclusiveMinimum` and `exclusiveMaximum`

src/converter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export interface ConverterOptions {
4646
*/
4747
scopeDescriptionFile?: string;
4848
/** Earlier versions of the tool converted $comment to x-comment
49-
* in JSON Schemas. The tool now deleted $comment values.
49+
* in JSON Schemas. The tool now deletes $comment values by default.
5050
* Use this option to preserve the conversion and not delete
5151
* comments.
5252
*/

0 commit comments

Comments
 (0)