Skip to content

Commit 94c36a6

Browse files
Update content/openapi/types-and-parameters.md
Co-authored-by: John Biundo <[email protected]>
1 parent e8be726 commit 94c36a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/openapi/types-and-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,6 @@ type Pet = Cat | Dog;
285285
pets: Pet[];
286286
```
287287

288-
> info **Hint** `getSchemaPath()` function is imported from `@nestjs/swagger`.
288+
> info **Hint** The `getSchemaPath()` function is imported from `@nestjs/swagger`.
289289

290290
Both `Cat` and `Dog` must be defined as extra models using the `@ApiExtraModels()` decorator (at the class-level).

0 commit comments

Comments
 (0)