Skip to content

Commit 348be34

Browse files
Update packages/openapi-generator/README.md
Co-authored-by: Ansh Chaturvedi <[email protected]>
1 parent 4a569b8 commit 348be34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ containing AST definitions for external libraries. For more details, see
102102
### Solution 2: Using a Custom Codec Configuration File
103103

104104
`openapi-generator` supports importing codecs from other packages in `node_modules`, but
105-
it struggles with `io-ts`primitives that need JavaScript interpretation, such as
105+
it struggles with `io-ts` primitives that need JavaScript interpretation, such as
106106
`new t.Type(...)`. To work around this, you can define schemas for these codecs in a
107107
configuration file within your downstream types package (where you generate the API
108108
docs). This allows the generator to understand and use these schemas where necessary.

0 commit comments

Comments
 (0)