Skip to content

Commit 1649c38

Browse files
committed
docs(): add comma after i.e.
1 parent cb69cfc commit 1649c38

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
@@ -338,7 +338,7 @@ In order to combine schemas, you can use `oneOf`, `anyOf` or `allOf` keywords ([
338338
pet: Cat | Dog;
339339
```
340340

341-
If you want to define a polymorphic array (i.e. an array whose members span multiple schemas), you should use a raw definition (see above) to define your type by hand.
341+
If you want to define a polymorphic array (i.e., an array whose members span multiple schemas), you should use a raw definition (see above) to define your type by hand.
342342
```typescript
343343
type Pet = Cat | Dog;
344344

0 commit comments

Comments
 (0)