Skip to content

Commit cb69cfc

Browse files
authored
remove stray semicolon
1 parent 508962b commit cb69cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/swagger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ type Pet = Cat | Dog;
350350
{ $ref: getSchemaPath(Dog) },
351351
],
352352
},
353-
});
353+
})
354354
pets: Pet[];
355355
```
356356

0 commit comments

Comments
 (0)