Skip to content

Commit 2ee6937

Browse files
committed
fix a comma
1 parent 8d94760 commit 2ee6937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/types/oas3_2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const Root: NodeType = {
1313
const Tag: NodeType = {
1414
...Oas3_1Types.Tag,
1515
properties: {
16-
...Oas3_1Types.Tag.properties;
16+
...Oas3_1Types.Tag.properties,
1717
kind: { type: 'string' },
1818
parent: { type: 'string' },
1919
summary: { type: 'string' },

0 commit comments

Comments
 (0)