We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c36a6 commit 961a86eCopy full SHA for 961a86e
content/openapi/types-and-parameters.md
@@ -239,7 +239,7 @@ async create(@Body() coords: number[][]) {}
239
240
#### Extra models
241
242
-In order to define additional models that should be inspected by Swagger module, use the `@ApiExtraModels()` decorator:
+To define additional models that should be inspected by the Swagger module, use the `@ApiExtraModels()` decorator:
243
244
```typescript
245
@ApiExtraModels(ExtraModel)
0 commit comments