Skip to content

Commit d1df2b3

Browse files
committed
chore: fix typo in a comment: "definitions" → "dependencies"
1 parent cd6ca03 commit d1df2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json-schema-ex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export function translateJsonSchemaEx(
272272
translateProperty(prop, translateBooleanOrSchemaProperty);
273273
}
274274
// deals with corner cases
275-
// - definitions: { [k: string]: JsonSchemaEx | string[] }
275+
// - dependencies: { [k: string]: JsonSchemaEx | string[] }
276276
translateProperty('dependencies', (_, map) => {
277277
const gatewayValue: { [k: string]: apigateway.JsonSchema | string[] } = {};
278278
const openapiValue: { [k: string]: JsonSchemaEx | string[] } =

0 commit comments

Comments
 (0)